Skip to content

Commit 2cf36b6

Browse files
authored
deps: shared dependencies BOM 2.13.0 (#4689)
Libraries BOM update with the shared dependencies BOM 2.13.0 https://github.com/googleapis/java-shared-dependencies/blob/v2.13.0/third-party-dependencies/pom.xml https://search.maven.org/artifact/com.google.api/gax-bom/2.18.2/pom has gax-httpjson 0.103.2.
1 parent a747658 commit 2cf36b6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

libraries-bom/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<guava.version>31.1-jre</guava.version>
4848
<gson.version>2.9.0</gson.version>
49-
<google.cloud.core.version>2.7.1</google.cloud.core.version>
50-
<io.grpc.version>1.46.0</io.grpc.version>
51-
<http.version>1.41.8</http.version>
52-
<protobuf.version>3.20.1</protobuf.version>
49+
<google.cloud.core.version>2.8.0</google.cloud.core.version>
50+
<io.grpc.version>1.47.0</io.grpc.version>
51+
<http.version>1.42.0</http.version>
52+
<protobuf.version>3.21.1</protobuf.version>
5353
<!-- We don't use gax-bom because it includes the artifacts with 'testlib' classifier.
5454
When updating gax.version, update gax.httpjson.version too. -->
55-
<gax.version>2.18.1</gax.version>
56-
<gax.httpjson.version>0.103.1</gax.httpjson.version>
55+
<gax.version>2.18.2</gax.version>
56+
<gax.httpjson.version>0.103.2</gax.httpjson.version>
5757
<auth.version>1.7.0</auth.version>
58-
<api-common.version>2.2.0</api-common.version>
59-
<common.protos.version>2.8.3</common.protos.version>
60-
<iam.protos.version>1.3.4</iam.protos.version>
58+
<api-common.version>2.2.1</api-common.version>
59+
<common.protos.version>2.9.0</common.protos.version>
60+
<iam.protos.version>1.4.1</iam.protos.version>
6161
</properties>
6262

6363
<distributionManagement>

0 commit comments

Comments
 (0)