Skip to content

Commit

Permalink
Update Guava to 32.0.1-jre
Browse files Browse the repository at this point in the history
patch by Ekaterina Dimitrova; reviewed by Berenguer Blasi for CASSANDRA-18645
  • Loading branch information
ekaterinadimitrova2 committed Jul 7, 2023
1 parent 006ec71 commit 992ad25
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .build/checkstyle.xml
Expand Up @@ -107,7 +107,7 @@
<property name="format" value="toFile\(\)"/>
<property name="message" value="Avoid Path#toFile(), as some implementations may not support it." />
</module>

<module name="RegexpSinglelineJava">
<!-- block Integer() -->
<property name="id" value="blockIntegerInstantiation"/>
Expand Down
6 changes: 0 additions & 6 deletions .build/dependency-check-suppressions.xml
Expand Up @@ -49,12 +49,6 @@
<packageUrl regex="true">^pkg:maven/net\.openhft/chronicle\-wire@.*$</packageUrl>
<cpe>cpe:/a:wire:wire</cpe>
</suppress>
<suppress>
<!-- not applicable https://nvd.nist.gov/vuln/detail/CVE-2020-8908 -->
<packageUrl regex="true">^pkg:maven/com\.google\.guava/guava@.*$</packageUrl>
<cve>CVE-2020-8908</cve>
<cve>CVE-2023-2976</cve>
</suppress>
<!-- https://issues.apache.org/jira/browse/CASSANDRA-18146 -->
<suppress>
<packageUrl regex="true">^pkg:maven/org\.apache\.commons.*$</packageUrl>
Expand Down
6 changes: 1 addition & 5 deletions .build/parent-pom-template.xml
Expand Up @@ -269,7 +269,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.0-jre</version>
<version>32.0.1-jre</version>
<exclusions>
<exclusion>
<artifactId>jsr305</artifactId>
Expand All @@ -283,10 +283,6 @@
<artifactId>listenablefuture</artifactId>
<groupId>com.google.guava</groupId>
</exclusion>
<exclusion>
<artifactId>failureaccess</artifactId>
<groupId>com.google.guava</groupId>
</exclusion>
<exclusion>
<artifactId>checker-qual</artifactId>
<groupId>org.checkerframework</groupId>
Expand Down
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1,4 +1,5 @@
5.0
* Upgrade Guava to 32.0.1 (CASSANDRA-18645)
* Add duration and count of partition keys to sstablemetadata (CASSANDRA-18639)
* Remove deprecated compaction_tombstone_warning_threshold and compaction_large_partition_warning_threshold from yaml (CASSANDRA-18626)
* Enhance nodetool compactionstats with additional metrics (CASSANDRA-18305)
Expand Down

0 comments on commit 992ad25

Please sign in to comment.