From 7d4d421f433d6322c1e1b9fb1395de4923d2fa2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 06:26:00 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.1 to 1.17.2. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.1...rel/commons-codec-1.17.2) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cacfec77c5..e55e4df8cb 100644 --- a/build.gradle +++ b/build.gradle @@ -469,7 +469,7 @@ bundlePlugin { configurations { all { resolutionStrategy { - force 'commons-codec:commons-codec:1.17.1' + force 'commons-codec:commons-codec:1.17.2' force 'org.slf4j:slf4j-api:1.7.36' force 'org.scala-lang:scala-library:2.13.15' force "com.fasterxml.jackson:jackson-bom:${versions.jackson}" @@ -609,7 +609,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.1' + runtimeOnly 'commons-codec:commons-codec:1.17.2' runtimeOnly 'org.cryptacular:cryptacular:1.2.7' compileOnly 'com.google.errorprone:error_prone_annotations:2.36.0' runtimeOnly 'com.sun.istack:istack-commons-runtime:4.2.0'