File tree 2 files changed +4
-4
lines changed
samples/install-without-bom
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies:
43
43
<dependency >
44
44
<groupId >com.google.cloud</groupId >
45
45
<artifactId >google-cloud-pubsub</artifactId >
46
- <version >1.120.13 </version >
46
+ <version >1.120.14 </version >
47
47
</dependency >
48
48
49
49
```
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
58
58
If you are using Gradle without BOM, add this to your dependencies:
59
59
60
60
``` Groovy
61
- implementation 'com.google.cloud:google-cloud-pubsub:1.120.13 '
61
+ implementation 'com.google.cloud:google-cloud-pubsub:1.120.14 '
62
62
```
63
63
64
64
If you are using SBT, add this to your dependencies:
65
65
66
66
``` Scala
67
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.120.13 "
67
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.120.14 "
68
68
```
69
69
70
70
## Authentication
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >com.google.cloud</groupId >
46
46
<artifactId >google-cloud-pubsub</artifactId >
47
- <version >1.120.13 </version >
47
+ <version >1.120.14 </version >
48
48
</dependency >
49
49
<!-- [END pubsub_install_without_bom] -->
50
50
You can’t perform that action at this time.
0 commit comments