@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >libraries-bom</artifactId >
22
- <version >26.41 .0</version >
22
+ <version >26.42 .0</version >
23
23
<type >pom</type >
24
24
<scope >import</scope >
25
25
</dependency >
@@ -52,20 +52,20 @@ If you are using Maven without the BOM, add this to your dependencies:
52
52
If you are using Gradle 5.x or later, add this to your dependencies:
53
53
54
54
``` Groovy
55
- implementation platform('com.google.cloud:libraries-bom:26.41 .0')
55
+ implementation platform('com.google.cloud:libraries-bom:26.42 .0')
56
56
57
57
implementation 'com.google.cloud:google-cloud-pubsub'
58
58
```
59
59
If you are using Gradle without BOM, add this to your dependencies:
60
60
61
61
``` Groovy
62
- implementation 'com.google.cloud:google-cloud-pubsub:1.130.0 '
62
+ implementation 'com.google.cloud:google-cloud-pubsub:1.130.1 '
63
63
```
64
64
65
65
If you are using SBT, add this to your dependencies:
66
66
67
67
``` Scala
68
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.130.0 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.130.1 "
69
69
```
70
70
<!-- {x-version-update-end} -->
71
71
@@ -411,7 +411,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
411
411
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
412
412
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
413
413
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
414
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.130.0
414
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.130.1
415
415
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
416
416
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
417
417
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments