Skip to content

Commit

Permalink
chore(test): update protobuf version in spring-cloud-generator to 3.2…
Browse files Browse the repository at this point in the history
…5.3 (#3017)

This has been out of sync for a while. Update to be consistent with [gapic-generator-java](https://github.com/renovate-bot/gapic-generator-java/blob/308aeafc9f04795d2e1df8206c84689b11c4323a/gapic-generator-java-pom-parent/pom.xml#L34)
  • Loading branch information
zhumin8 authored Jul 8, 2024
1 parent 25b84e6 commit 3255e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-cloud-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<gapic-generator-java-bom.version>2.42.0</gapic-generator-java-bom.version>
<!-- [gapic-test]: protobuf.version for compiling protos used in unit testing
this should be consistent with version in gapic-generator-java-bom -->
<protobuf.version>3.23.2</protobuf.version>
<protobuf.version>3.25.3</protobuf.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -134,4 +134,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 3255e8b

Please sign in to comment.