Skip to content

Commit a4a8d56

Browse files
authored
google-cloud-bom 0.166.0 and shared-deps 2.6.0 (#2267)
Google Cloud BOM 0.166.0 is built on the shared dependnecies BOM 2.6.0 https://github.com/googleapis/java-shared-dependencies/blob/v2.6.0/first-party-dependencies/pom.xml There, GAX is 2.8.1 and it has gax-httpjson 0.93.1 https://search.maven.org/artifact/com.google.api/gax-bom/2.8.1/pom
1 parent 76384f1 commit a4a8d56

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

boms/cloud-oss-bom/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@
4848
<properties>
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5050
<guava.version>31.0.1-jre</guava.version>
51-
<google.cloud.bom.version>0.165.0</google.cloud.bom.version>
52-
<google.cloud.core.version>2.3.3</google.cloud.core.version>
53-
<io.grpc.version>1.42.1</io.grpc.version>
54-
<http.version>1.40.1</http.version>
51+
<google.cloud.bom.version>0.166.0</google.cloud.bom.version>
52+
<google.cloud.core.version>2.3.5</google.cloud.core.version>
53+
<io.grpc.version>1.43.2</io.grpc.version>
54+
<http.version>1.41.0</http.version>
5555
<protobuf.version>3.19.2</protobuf.version>
5656
<!-- We don't use gax-bom because it includes the artifacts with 'testlib' classifier.
5757
When updating gax.version, update gax.httpjson.version too. -->
58-
<gax.version>2.7.1</gax.version>
59-
<gax.httpjson.version>0.92.1</gax.httpjson.version>
58+
<gax.version>2.8.1</gax.version>
59+
<gax.httpjson.version>0.93.1</gax.httpjson.version>
6060
<auth.version>1.3.0</auth.version>
61-
<api-common.version>2.1.1</api-common.version>
62-
<common.protos.version>2.7.0</common.protos.version>
63-
<iam.protos.version>1.1.7</iam.protos.version>
61+
<api-common.version>2.1.2</api-common.version>
62+
<common.protos.version>2.7.1</common.protos.version>
63+
<iam.protos.version>1.2.0</iam.protos.version>
6464
</properties>
6565

6666
<distributionManagement>

0 commit comments

Comments
 (0)