Skip to content

Commit

Permalink
Bump spring-cloud-gcp-autoconfigure version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
emmileaf committed Jan 4, 2023
1 parent d6e400e commit 345b3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")

SPRING_MAVEN_ARTIFACTS = [
"org.springframework.boot:spring-boot-starter:2.7.4",
"com.google.cloud:spring-cloud-gcp-autoconfigure:3.3.0",
"com.google.cloud:spring-cloud-gcp-autoconfigure:3.4.1",
]

maven_install(
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>spring-cloud-gcp-autoconfigure</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
</dependency>

<!--
Expand Down

0 comments on commit 345b3c4

Please sign in to comment.