Skip to content

Commit 4dff519

Browse files
authored
fix(deps): update dependency com.google.cloud:spring-cloud-gcp-dependencies to v3.6.0 (#8472)
1 parent 989d73e commit 4dff519

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5.5')
37+
implementation platform('com.google.cloud:spring-cloud-gcp-dependencies:3.6.0')
3838
implementation platform('org.springframework.boot:spring-boot-dependencies:2.7.14')
3939
implementation 'com.github.spotbugs:spotbugs-annotations:4.7.3'
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.5.5</version>
59+
<version>3.6.0</version>
6060
<type>pom</type>
6161
<scope>import</scope>
6262
</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.5.5</version>
47+
<version>3.6.0</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>

0 commit comments

Comments
 (0)