Skip to content

Commit aab992b

Browse files
authored
fix(deps): update dependency com.google.cloud:spring-cloud-gcp-dependencies to v3.7.4 (#8862)
1 parent 112581a commit aab992b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pubsub/spring/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ description = 'Spring Cloud GCP Pub/Sub Code Sample'
3434
java.sourceCompatibility = JavaVersion.VERSION_1_8
3535

3636
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')
3838
implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.17')
3939
implementation 'com.github.spotbugs:spotbugs-annotations:4.8.1'
4040
implementation 'com.google.cloud:spring-cloud-gcp-pubsub-stream-binder'

pubsub/spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.google.cloud</groupId>
5858
<artifactId>spring-cloud-gcp-dependencies</artifactId>
59-
<version>3.7.3</version>
59+
<version>3.7.4</version>
6060
<type>pom</type>
6161
<scope>import</scope>
6262
</dependency>

run/idp-sql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ limitations under the License.
4747
<dependency>
4848
<groupId>com.google.cloud</groupId>
4949
<artifactId>spring-cloud-gcp-dependencies</artifactId>
50-
<version>3.7.3</version>
50+
<version>3.7.4</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>

spanner/spring-data/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ limitations under the License.
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>spring-cloud-gcp-dependencies</artifactId>
47-
<version>3.7.3</version>
47+
<version>3.7.4</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>

0 commit comments

Comments
 (0)