File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ If you are using Maven, add this to your pom.xml file:
33
33
If you are using Gradle without BOM, add this to your dependencies:
34
34
35
35
``` Groovy
36
- implementation 'com.google.cloud:google-cloud-pubsublite:1.12.12 '
36
+ implementation 'com.google.cloud:google-cloud-pubsublite:1.12.13 '
37
37
```
38
38
39
39
If you are using SBT, add this to your dependencies:
40
40
41
41
``` Scala
42
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 1.12.12 "
42
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 1.12.13 "
43
43
```
44
44
<!-- {x-version-update-end} -->
45
45
@@ -483,7 +483,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
483
483
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsublite/java11.html
484
484
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
485
485
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsublite.svg
486
- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.12.12
486
+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.12.13
487
487
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
488
488
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
489
489
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >com.google.cloud</groupId >
20
20
<artifactId >google-cloud-shared-dependencies</artifactId >
21
- <version >3.14 .0</version >
21
+ <version >3.15 .0</version >
22
22
<type >pom</type >
23
23
<scope >import</scope >
24
24
</dependency >
You can’t perform that action at this time.
0 commit comments