Skip to content

Commit a3b2829

Browse files
authored
Google Cloud BOM 0.173.0 and associated dependencies (#2301)
* Google Cloud BOM 0.173.0 and associated dependencies Google Cloud BOM 0.173.0 was built with the shared dependencies BOM 2.10.0. https://github.com/googleapis/java-shared-dependencies/blob/v2.10.0/first-party-dependencies/pom.xml Gax-bom 2.16.0 has gax-httpjson 0.101.0 https://search.maven.org/artifact/com.google.api/gax-bom/2.16.0/pom * ci: MAVEN_OPTS="-Xmx8g" for continuous build
1 parent bb4f90d commit a3b2829

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

boms/cloud-oss-bom/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5050
<guava.version>31.1-jre</guava.version>
5151
<gson.version>2.9.0</gson.version>
52-
<google.cloud.bom.version>0.172.0</google.cloud.bom.version>
53-
<google.cloud.core.version>2.5.11</google.cloud.core.version>
54-
<io.grpc.version>1.45.0</io.grpc.version>
55-
<http.version>1.41.5</http.version>
52+
<google.cloud.bom.version>0.173.0</google.cloud.bom.version>
53+
<google.cloud.core.version>2.6.0</google.cloud.core.version>
54+
<io.grpc.version>1.45.1</io.grpc.version>
55+
<http.version>1.41.7</http.version>
5656
<protobuf.version>3.19.4</protobuf.version>
5757
<!-- We don't use gax-bom because it includes the artifacts with 'testlib' classifier.
5858
When updating gax.version, update gax.httpjson.version too. -->
59-
<gax.version>2.13.0</gax.version>
60-
<gax.httpjson.version>0.98.0</gax.httpjson.version>
59+
<gax.version>2.16.0</gax.version>
60+
<gax.httpjson.version>0.101.0</gax.httpjson.version>
6161
<auth.version>1.6.0</auth.version>
6262
<api-common.version>2.1.5</api-common.version>
63-
<common.protos.version>2.8.0</common.protos.version>
64-
<iam.protos.version>1.2.10</iam.protos.version>
63+
<common.protos.version>2.8.3</common.protos.version>
64+
<iam.protos.version>1.3.1</iam.protos.version>
6565
</properties>
6666

6767
<distributionManagement>

kokoro/continuous.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
set JAVA_HOME=c:\program files\java\jdk1.8.0_152
44
set PATH=%JAVA_HOME%\bin;%PATH%
5+
set MAVEN_OPTS="-Xmx8g"
56

67
cd github/cloud-opensource-java
78

kokoro/continuous.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set -e
55
# Display commands being run.
66
set -x
77

8+
export MAVEN_OPTS="-Xmx8g"
9+
810
cd github/cloud-opensource-java
911

1012
./mvnw -V -B -ntp clean install javadoc:jar

0 commit comments

Comments
 (0)