File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
5858If you are using Gradle without BOM, add this to your dependencies:
5959
6060``` Groovy
61- implementation 'com.google.cloud:google-cloud-pubsub:1.120.6 '
61+ implementation 'com.google.cloud:google-cloud-pubsub:1.120.7 '
6262```
6363
6464If you are using SBT, add this to your dependencies:
6565
6666``` Scala
67- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.120.6 "
67+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.120.7 "
6868```
6969
7070## Authentication
Original file line number Diff line number Diff line change 8080 <dependency >
8181 <groupId >com.google.cloud</groupId >
8282 <artifactId >google-cloud-core</artifactId >
83- <version >2.8.5 </version >
83+ <version >2.8.6 </version >
8484 <classifier >tests</classifier >
8585 </dependency >
8686 <dependency >
Original file line number Diff line number Diff line change 7979 <dependency >
8080 <groupId >com.google.cloud</groupId >
8181 <artifactId >google-cloud-core</artifactId >
82- <version >2.8.5 </version >
82+ <version >2.8.6 </version >
8383 <classifier >tests</classifier >
8484 </dependency >
8585 <dependency >
Original file line number Diff line number Diff line change 9494 <dependency >
9595 <groupId >com.google.cloud</groupId >
9696 <artifactId >google-cloud-core</artifactId >
97- <version >2.8.5 </version >
97+ <version >2.8.6 </version >
9898 <classifier >tests</classifier >
9999 </dependency >
100100 <!-- [END_EXCLUDE] -->
You can’t perform that action at this time.
0 commit comments