Skip to content

Commit

Permalink
deps: update protobuf dependencies to v3.24.3 (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Sep 20, 2023
1 parent 2212ba3 commit 2b45049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gapic-generator-java-pom-parent/pom.xml
Expand Up @@ -32,7 +32,7 @@
<google.http-client.version>1.43.3</google.http-client.version>
<gson.version>2.10.1</gson.version>
<guava.version>32.1.2-jre</guava.version>
<protobuf.version>3.24.0</protobuf.version>
<protobuf.version>3.24.3</protobuf.version>
<maven.compiler.release>8</maven.compiler.release>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion gax-java/dependencies.properties
Expand Up @@ -29,7 +29,7 @@ version.gax_httpjson=2.33.1-SNAPSHOT
# On next protobuf upgrade (to 3.23.3 or higher),
# remove temporarily j2objc-annotations exclusions from protobuf-java-util dependencies.
# For context: https://github.com/googleapis/sdk-platform-java/pull/1791
version.com_google_protobuf=3.24.0
version.com_google_protobuf=3.24.3
version.google_java_format=1.15.0
version.io_grpc=1.58.0

Expand Down

0 comments on commit 2b45049

Please sign in to comment.