File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
samples/native-image-sample Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -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.21 '
61
+ implementation 'com.google.cloud:google-cloud-pubsub:1.120.22 '
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.21 "
67
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.120.22 "
68
68
```
69
69
70
70
## Authentication
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
113
113
<dependency >
114
114
<groupId >org.graalvm.buildtools</groupId >
115
115
<artifactId >junit-platform-native</artifactId >
116
- <version >0.9.15 </version >
116
+ <version >0.9.16 </version >
117
117
<scope >test</scope >
118
118
</dependency >
119
119
</dependencies >
You can’t perform that action at this time.
0 commit comments