From 6deeaba7d1bdda702bc6d52a6d92fa8f015311ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:22:58 -0500 Subject: [PATCH] Bump com.google.errorprone:error_prone_annotations from 2.35.1 to 2.36.0 (#4929) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 956bd3e20a..870deaba6a 100644 --- a/build.gradle +++ b/build.gradle @@ -495,7 +495,7 @@ configurations { // For integrationTest force "org.apache.httpcomponents:httpclient:4.5.14" force "org.apache.httpcomponents:httpcore:4.4.16" - force "com.google.errorprone:error_prone_annotations:2.35.1" + force "com.google.errorprone:error_prone_annotations:2.36.0" force "org.checkerframework:checker-qual:3.48.2" force "ch.qos.logback:logback-classic:1.5.12" force "commons-io:commons-io:2.17.0" @@ -611,7 +611,7 @@ dependencies { runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5' runtimeOnly 'commons-codec:commons-codec:1.17.1' runtimeOnly 'org.cryptacular:cryptacular:1.2.7' - compileOnly 'com.google.errorprone:error_prone_annotations:2.35.1' + compileOnly 'com.google.errorprone:error_prone_annotations:2.36.0' runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0' runtimeOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2' runtimeOnly 'org.ow2.asm:asm:9.7.1'