diff --git a/distribution/tools/keystore-cli/build.gradle b/distribution/tools/keystore-cli/build.gradle index 5dcddf3ef127e..8df625b268649 100644 --- a/distribution/tools/keystore-cli/build.gradle +++ b/distribution/tools/keystore-cli/build.gradle @@ -34,7 +34,7 @@ dependencies { compileOnly project(":server") compileOnly project(":libs:opensearch-cli") testImplementation project(":test:framework") - testImplementation 'com.google.jimfs:jimfs:1.3.0' + testImplementation 'com.google.jimfs:jimfs:1.3.1' testRuntimeOnly("com.google.guava:guava:${versions.guava}") { transitive = false }