File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ If you are using Maven, add this to your pom.xml file:
32
32
If you are using Gradle without BOM, add this to your dependencies:
33
33
34
34
``` Groovy
35
- implementation 'com.google.cloud:google-cloud-pubsublite:1.11.0 '
35
+ implementation 'com.google.cloud:google-cloud-pubsublite:1.11.1 '
36
36
```
37
37
38
38
If you are using SBT, add this to your dependencies:
39
39
40
40
``` Scala
41
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 1.11.0 "
41
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 1.11.1 "
42
42
```
43
43
44
44
## Authentication
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.3 .0</version >
21
+ <version >3.4 .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