diff --git a/build-tools-internal/version.properties b/build-tools-internal/version.properties index daee787178f2a..0aaf7d36afa68 100644 --- a/build-tools-internal/version.properties +++ b/build-tools-internal/version.properties @@ -48,8 +48,8 @@ jmh = 1.26 # test dependencies # when updating this version, also update :qa:evil-tests -jimfs = 1.2 -jimfs_guava = 30.1-jre +jimfs = 1.3.0 +jimfs_guava = 32.1.1-jre # test framework networknt_json_schema_validator = 1.0.48 diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index aba28c629b089..cff4f90c46fe4 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -481,6 +481,11 @@ + + + + + @@ -521,11 +526,6 @@ - - - - - @@ -536,6 +536,11 @@ + + + + + @@ -606,9 +611,9 @@ - - - + + + @@ -2876,6 +2881,11 @@ + + + + + diff --git a/qa/evil-tests/build.gradle b/qa/evil-tests/build.gradle index 29eb7843101f5..ef040b002cd39 100644 --- a/qa/evil-tests/build.gradle +++ b/qa/evil-tests/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'elasticsearch.internal-testclusters' apply plugin: 'elasticsearch.standalone-test' dependencies { - testImplementation "com.google.jimfs:jimfs:1.2" + testImplementation "com.google.jimfs:jimfs:1.3.0" testImplementation "com.google.guava:guava:${versions.jimfs_guava}" testImplementation project(":test:framework") testImplementation project(':distribution:tools:plugin-cli') diff --git a/x-pack/plugin/identity-provider/build.gradle b/x-pack/plugin/identity-provider/build.gradle index 65b8e777e4c74..38ca5dfd344b8 100644 --- a/x-pack/plugin/identity-provider/build.gradle +++ b/x-pack/plugin/identity-provider/build.gradle @@ -48,7 +48,7 @@ dependencies { api "org.apache.httpcomponents:httpasyncclient:${versions.httpasyncclient}" api "org.apache.httpcomponents:httpcore-nio:${versions.httpcore}" api "org.apache.httpcomponents:httpclient-cache:${versions.httpclient}" - runtimeOnly 'com.google.guava:guava:31.1-jre' + runtimeOnly 'com.google.guava:guava:32.0.1-jre' runtimeOnly 'com.google.guava:failureaccess:1.0.1' runtimeOnly "commons-codec:commons-codec:${versions.commonscodec}" @@ -256,7 +256,6 @@ tasks.named("thirdPartyAudit").configure { 'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray', 'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1', 'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2', - 'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3', 'com.google.common.hash.Striped64', 'com.google.common.hash.Striped64$1', 'com.google.common.hash.Striped64$Cell', diff --git a/x-pack/plugin/security/build.gradle b/x-pack/plugin/security/build.gradle index 6ee43268b8746..7f77641531fb0 100644 --- a/x-pack/plugin/security/build.gradle +++ b/x-pack/plugin/security/build.gradle @@ -69,7 +69,7 @@ dependencies { api "org.apache.httpcomponents:httpasyncclient:${versions.httpasyncclient}" api "org.apache.httpcomponents:httpcore-nio:${versions.httpcore}" api "org.apache.httpcomponents:httpclient-cache:${versions.httpclient}" - runtimeOnly 'com.google.guava:guava:31.1-jre' + runtimeOnly 'com.google.guava:guava:32.0.1-jre' runtimeOnly 'com.google.guava:failureaccess:1.0.1' runtimeOnly "commons-codec:commons-codec:${versions.commonscodec}" runtimeOnly "joda-time:joda-time:2.10.10" @@ -376,7 +376,6 @@ tasks.named("thirdPartyAudit").configure { 'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray', 'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1', 'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2', - 'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3', 'com.google.common.hash.Striped64', 'com.google.common.hash.Striped64$1', 'com.google.common.hash.Striped64$Cell',