Skip to content

Commit acf0a4f

Browse files
deps: update dependency com.google.cloud:google-cloud-core to v2.15.0 (#1558)
* deps: update dependency com.google.cloud:google-cloud-core to v2.16.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
1 parent 922ba5e commit acf0a4f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

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

5454
```Groovy
55-
implementation platform('com.google.cloud:libraries-bom:26.12.0')
55+
implementation platform('com.google.cloud:libraries-bom:26.13.0')
5656
5757
implementation 'com.google.cloud:google-cloud-pubsub'
5858
```

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>com.google.cloudgroupId>
8282
<artifactId>google-cloud-coreartifactId>
83-
<version>2.12.0version>
83+
<version>2.16.0version>
8484
<classifier>testsclassifier>
8585
dependency>
8686
<dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.google.cloudgroupId>
8181
<artifactId>google-cloud-coreartifactId>
82-
<version>2.12.0version>
82+
<version>2.16.0version>
8383
<classifier>testsclassifier>
8484
dependency>
8585
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>com.google.cloudgroupId>
9696
<artifactId>google-cloud-coreartifactId>
97-
<version>2.12.0version>
97+
<version>2.16.0version>
9898
<classifier>testsclassifier>
9999
dependency>
100100

0 commit comments

Comments
 (0)