Skip to content

Commit 2b45049

Browse files
deps: update protobuf dependencies to v3.24.3 (#2020)
1 parent 2212ba3 commit 2b45049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gapic-generator-java-pom-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<google.http-client.version>1.43.3</google.http-client.version>
3333
<gson.version>2.10.1</gson.version>
3434
<guava.version>32.1.2-jre</guava.version>
35-
<protobuf.version>3.24.0</protobuf.version>
35+
<protobuf.version>3.24.3</protobuf.version>
3636
<maven.compiler.release>8</maven.compiler.release>
3737
</properties>
3838

gax-java/dependencies.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ version.gax_httpjson=2.33.1-SNAPSHOT
2929
# On next protobuf upgrade (to 3.23.3 or higher),
3030
# remove temporarily j2objc-annotations exclusions from protobuf-java-util dependencies.
3131
# For context: https://github.com/googleapis/sdk-platform-java/pull/1791
32-
version.com_google_protobuf=3.24.0
32+
version.com_google_protobuf=3.24.3
3333
version.google_java_format=1.15.0
3434
version.io_grpc=1.58.0
3535

0 commit comments

Comments
 (0)