Skip to content
This repository was 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
Prev Previous commit
Next Next commit
deps: trying checker-qual in third-party dependencies
  • Loading branch information
suztomo committed Oct 15, 2021
commit 1476d0369aaf279c675a4fa83ff7d91c7f966d60
7 changes: 7 additions & 0 deletions third-party-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
<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>