Skip to content

Commit

Permalink
fix(codegen): update dependency string replacement (#1420)
Browse files Browse the repository at this point in the history
This goes together with googleapis/sdk-platform-java#1208 in switching generator dependency from spring-cloud-gcp-core to spring-cloud-gcp-autoconfigure.
  • Loading branch information
emmileaf authored and diegomarquezp committed Jan 20, 2023
1 parent 8e25781 commit da54476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-cloud-generator/googleapis-dep-string.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPRING_MAVEN_ARTIFACTS = [
"org.springframework.boot:spring-boot-starter:2.7.4",
"com.google.cloud:spring-cloud-gcp-core:3.4.0",
"com.google.cloud:spring-cloud-gcp-autoconfigure:3.4.1",
]

maven_install(
Expand Down

0 comments on commit da54476

Please sign in to comment.