File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ If you are using Maven, add this to your pom.xml file:
24
24
<dependency >
25
25
<groupId >com.google.cloud</groupId >
26
26
<artifactId >google-cloud-pubsub</artifactId >
27
- <version >1.123.0 </version >
27
+ <version >1.123.1 </version >
28
28
</dependency >
29
29
30
30
```
31
31
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.9.2 '
35
+ implementation 'com.google.cloud:google-cloud-pubsublite:1.9.3 '
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.9.2 "
41
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 1.9.3 "
42
42
```
43
43
44
44
## Authentication
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >com.google.cloud</groupId >
53
53
<artifactId >google-cloud-pubsub</artifactId >
54
- <version >1.123.0 </version >
54
+ <version >1.123.1 </version >
55
55
</dependency >
56
56
57
57
<dependency >
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >com.google.cloud</groupId >
53
53
<artifactId >google-cloud-pubsub</artifactId >
54
- <version >1.123.0 </version >
54
+ <version >1.123.1 </version >
55
55
</dependency >
56
56
<!-- [END pubsublite_java_dependencies] -->
57
57
<!-- [END pubsublite_install_without_bom] -->
You can’t perform that action at this time.
0 commit comments