From 1b87cd4ed953be63eaecb4e227888d49127ca4dc Mon Sep 17 00:00:00 2001 From: Andrey Pleskach Date: Mon, 25 Sep 2023 23:11:54 +0200 Subject: [PATCH] [Backport 2.x] dependabot: bump com.google.errorprone:error_prone_annotations from 2.21.1 to 2.22.0 (#3400) Backport https://github.com/opensearch-project/security/commit/826bdebc8c1c017868f5226191e9ff419e42642f from https://github.com/opensearch-project/security/pull/3393 Signed-off-by: Andrey Pleskach --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2f078cd421..7fb040b599 100644 --- a/build.gradle +++ b/build.gradle @@ -524,7 +524,7 @@ dependencies { runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5' runtimeOnly 'commons-codec:commons-codec:1.16.0' runtimeOnly 'org.cryptacular:cryptacular:1.2.5' - runtimeOnly 'com.google.errorprone:error_prone_annotations:2.20.0' + runtimeOnly 'com.google.errorprone:error_prone_annotations:2.22.0' runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0' runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0' runtimeOnly 'org.ow2.asm:asm:9.5'