Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 3eaa357

Browse files
deps: upgrade google-cloud-shared-config to 1.3.0 (#613)
* deps: upgrade google-cloud-shared-config to 1.3.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4799256 commit 3eaa357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you are using Maven without BOM, add this to your dependencies:
4949
If you are using Gradle 5.x or later, add this to your dependencies
5050

5151
```Groovy
52-
implementation platform('com.google.cloud:libraries-bom:24.3.0')
52+
implementation platform('com.google.cloud:libraries-bom:24.4.0')
5353
5454
implementation 'com.google.cloud:google-cloud-redis'
5555
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.2.6</version>
17+
<version>1.3.0</version>
1818
</parent>
1919

2020
<developers>

0 commit comments

Comments
 (0)