Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

deps: update dependency com.google.guava:guava-bom to v31 #498

Merged
merged 10 commits into from Oct 18, 2021
10 changes: 5 additions & 5 deletions first-party-dependencies/pom.xml
Expand Up @@ -58,13 +58,13 @@
<grpc.version>1.41.0</grpc.version>
<gax.version>2.5.0</gax.version>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waiting for GAX and Google Cloud Core.

<grpc-gcp.version>1.1.0</grpc-gcp.version>
<guava.version>30.1.1-jre</guava.version>
<guava.version>31.0.1-jre</guava.version>
<protobuf.version>3.18.1</protobuf.version>
<google.api-common.version>2.0.2</google.api-common.version>
<google.common-protos.version>2.5.0</google.common-protos.version>
<google.api-common.version>2.0.5</google.api-common.version>
<google.common-protos.version>2.6.0</google.common-protos.version>
<google.core.version>2.1.6</google.core.version>
<google.auth.version>1.1.0</google.auth.version>
<google.http-client.version>1.40.0</google.http-client.version>
<google.auth.version>1.2.1</google.auth.version>
<google.http-client.version>1.40.1</google.http-client.version>
<google.oauth-client.version>1.32.1</google.oauth-client.version>
<google.api-client.version>1.32.1</google.api-client.version>
<iam.version>1.1.6</iam.version>
Expand Down
9 changes: 8 additions & 1 deletion third-party-dependencies/pom.xml
Expand Up @@ -64,10 +64,12 @@
<opencensus.version>0.28.0</opencensus.version>
<findbugs.version>3.0.2</findbugs.version>
<errorprone.version>2.9.0</errorprone.version>
<jackson.version>2.12.5</jackson.version>
<jackson.version>2.13.0</jackson.version>
<codec.version>1.15</codec.version>
<httpcomponents.httpcore.version>4.4.14</httpcomponents.httpcore.version>
<httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
<!-- ensure checker-qual version matches what Guava uses -->
<checker-qual.version>3.12.0</checker-qual.version>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Neenu1995 Declaring checker-qual seems to resolve the release-dependency problem between java-storage, java-datacatalog, and java-bigquery.

</properties>

<dependencyManagement>
Expand Down Expand Up @@ -166,6 +168,11 @@
<artifactId>opencensus-impl-core</artifactId>
<version>${opencensus.version}</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>${checker-qual.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>