@@ -44,28 +44,28 @@ If you are using Maven without the BOM, add this to your dependencies:
44
44
<dependency >
45
45
<groupId >com.google.cloud</groupId >
46
46
<artifactId >google-cloud-pubsub</artifactId >
47
- <version >1.123.7 </version >
47
+ <version >1.123.8 </version >
48
48
</dependency >
49
49
50
50
```
51
51
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.11 .0')
55
+ implementation platform('com.google.cloud:libraries-bom:26.12 .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.123.7 '
62
+ implementation 'com.google.cloud:google-cloud-pubsub:1.123.8 '
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.123.7 "
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.123.8 "
69
69
```
70
70
<!-- {x-version-update-end} -->
71
71
@@ -406,7 +406,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
406
406
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
407
407
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
408
408
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
409
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.123.7
409
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.123.8
410
410
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
411
411
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
412
412
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments