Skip to content

Commit 0a04661

Browse files
authored
Update guava (#1465)
The currently used guava version is affected by vulnerability CVE-2023-2976 reported here: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-2976
1 parent a5d2a0e commit 0a04661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ subprojects {
5252

5353
dependencies {
5454
api "com.carrotsearch.thirdparty:simple-xml-safe:2.7.1"
55-
api "com.google.guava:guava:32.0.0-jre"
55+
api "com.google.guava:guava:32.0.1-jre"
5656
api "com.squareup.okhttp3:okhttp:4.11.0"
5757
api "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
5858
api "com.fasterxml.jackson.core:jackson-core:2.15.2"

0 commit comments

Comments
 (0)