File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ description = 'Spring Cloud GCP Pub/Sub Code Sample'
34
34
java. sourceCompatibility = JavaVersion . VERSION_1_8
35
35
36
36
dependencies {
37
- implementation platform(' com.google.cloud:spring-cloud-gcp-dependencies:3.5.5 ' )
37
+ implementation platform(' com.google.cloud:spring-cloud-gcp-dependencies:3.6.0 ' )
38
38
implementation platform(' org.springframework.boot:spring-boot-dependencies:2.7.14' )
39
39
implementation ' com.github.spotbugs:spotbugs-annotations:4.7.3'
40
40
implementation ' com.google.cloud:spring-cloud-gcp-pubsub-stream-binder'
Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >com.google.cloud</groupId >
58
58
<artifactId >spring-cloud-gcp-dependencies</artifactId >
59
- <version >3.5.5 </version >
59
+ <version >3.6.0 </version >
60
60
<type >pom</type >
61
61
<scope >import</scope >
62
62
</dependency >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ limitations under the License.
44
44
<dependency >
45
45
<groupId >com.google.cloud</groupId >
46
46
<artifactId >spring-cloud-gcp-dependencies</artifactId >
47
- <version >3.5.5 </version >
47
+ <version >3.6.0 </version >
48
48
<type >pom</type >
49
49
<scope >import</scope >
50
50
</dependency >
You can’t perform that action at this time.
0 commit comments