From b16d85c8e59339081b5f8824b1e93010b144a2f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Feb 2025 14:40:26 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 (#5081) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 3c62a83df24da9fd3f4f3b0601565b62336afb49) Signed-off-by: github-actions[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d689be769d..be768d2315 100644 --- a/build.gradle +++ b/build.gradle @@ -471,7 +471,7 @@ bundlePlugin { configurations { all { resolutionStrategy { - force 'commons-codec:commons-codec:1.17.2' + force 'commons-codec:commons-codec:1.18.0' force 'org.slf4j:slf4j-api:1.7.36' force 'org.scala-lang:scala-library:2.13.16' force "com.fasterxml.jackson:jackson-bom:${versions.jackson}" @@ -615,7 +615,7 @@ dependencies { runtimeOnly 'com.sun.activation:jakarta.activation:1.2.2' runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5' - runtimeOnly 'commons-codec:commons-codec:1.17.2' + runtimeOnly 'commons-codec:commons-codec:1.18.0' runtimeOnly 'org.cryptacular:cryptacular:1.2.7' compileOnly 'com.google.errorprone:error_prone_annotations:2.35.1' runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0'