From d981ee0b5be5517b04404499de596a7f5026a1dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 04:13:21 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.15 to 1.17.0 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.17.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.15...rel/commons-codec-1.17.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index c21828ea2e5..9d6ddc602c0 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -27,7 +27,7 @@ ext { classgraphVersion = '4.8.158' classmateVersion = '1.5.1' collections4Version = '4.4' - commonscodecVersion = '1.15' + commonscodecVersion = '1.17.0' commonsconfiguration2Version = '2.9.0' commonsconfigurationVersion = '1.10' commonsioVersion = '2.11.0'