8000 fix(deps): update dependency com.google.cloud:spring-cloud-gcp-depend… · rmc33/java-docs-samples@cd259ba · GitHub
[go: up one dir, main page]

Skip to content

Commit cd259ba

Browse files
authored
fix(deps): update dependency com.google.cloud:spring-cloud-gcp-dependencies to v3.6.3 (GoogleCloudPlatform#8532)
1 parent c82a66a commit cd259ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pubsub/spring/build.gradle

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.6.2')
37+
implementation platform('com.google.cloud:spring-cloud-gcp-dependencies:3.6.3')
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

Lines changed: 1 addition & 1 deletion
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.6.2</version>
59+
<version>3.6.3</version>
6060
<type>pom</type>
6161
<scope>import</scope>
6262
</dependency>

spanner/spring-data/pom.xml

Lines changed: 1 addition & 1 deletion
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.6.2</version>
47+
<version>3.6.3</version>
4848
<type>pom</type>
4949
<scope>import</scope>
5050
</dependency>

0 commit comments

Comments
 (0)
0