From 8a549c6a3b910c30014e5407f9119edecb50be3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:33:11 +0530 Subject: [PATCH] dependabot: bump commons-codec:commons-codec from 1.13 to 1.17.2 (#1334) Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.13 to 1.17.2. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/commons-codec-1.13...rel/commons-codec-1.17.2) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7335b8f77..f678928ea 100644 --- a/build.gradle +++ b/build.gradle @@ -113,7 +113,7 @@ configurations.all { force 'commons-beanutils:commons-beanutils:1.9.4' force 'com.google.guava:guava:30.0-jre' force 'com.puppycrawl.tools:checkstyle:8.29' - force 'commons-codec:commons-codec:1.13' + force 'commons-codec:commons-codec:1.17.2' force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}" force "org.yaml:snakeyaml:${versions.snakeyaml}" force 'org.codehaus.plexus:plexus-utils:3.0.24'