From 0329b43edc310e8ad0fe0c3a8ad59b1da3d53482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:17:44 -0400 Subject: [PATCH] Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#12725) Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.0 to 1.17.1. - [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.0...rel/commons-codec-1.17.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch ... 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 6885bfb681..31e919cf33 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ subprojects { caffeineVersion = "3.1.8" checkstyleVersion = "8.45" commonsCliVersion = "1.8.0" - commonsCodecVersion = "1.17.0" + commonsCodecVersion = "1.17.1" commonsIoVersion = "2.16.1" commonsMathVersion = "3.6.1" commonsTextVersion = "1.12.0"