Skip to content

Commit 6c37f58

Browse files
BenjaminKazemicopybara-github
authored andcommitted
fix: Match the versions of the Java Protobuf and Google API Common dependencies (com.google.protobuf:protobuf-java:3.25.5 & com.google.api:api-common:2.45.0) with Google Cloud Java SDKs.
PiperOrigin-RevId: 835293059
1 parent eef0e93 commit 6c37f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<maven.compiler.source>1.8</maven.compiler.source>
4848
<maven.compiler.target>1.8</maven.compiler.target>
4949
<google.auth.version>1.33.0</google.auth.version>
50-
<protobuf.version>3.25.8</protobuf.version>
51-
<google.api.version>2.47.0</google.api.version>
50+
<protobuf.version>3.25.5</protobuf.version>
51+
<google.api.version>2.45.0</google.api.version>
5252
<apache.httpcomponents.httpclient.version>4.5.14</apache.httpcomponents.httpclient.version>
5353
<auto-value.version>1.11.0</auto-value.version>
5454
<jackson.version>2.17.2</jackson.version>

0 commit comments

Comments
 (0)