File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
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.7.3 ' )
37
+ implementation platform(' com.google.cloud:spring-cloud-gcp-dependencies:3.7.4 ' )
38
38
implementation platform(' org.springframework.boot:spring-boot-dependencies:2.7.17' )
39
39
implementation ' com.github.spotbugs:spotbugs-annotations:4.8.1'
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.7.3 </version >
59
+ <version >3.7.4 </version >
60
60
<type >pom</type >
61
61
<scope >import</scope >
62
62
</dependency >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ limitations under the License.
47
47
<dependency >
48
48
<groupId >com.google.cloud</groupId >
49
49
<artifactId >spring-cloud-gcp-dependencies</artifactId >
50
- <version >3.7.3 </version >
50
+ <version >3.7.4 </version >
51
51
<type >pom</type >
52
52
<scope >import</scope >
53
53
</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.7.3 </version >
47
+ <version >3.7.4 </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