From a4d1032c1f1a137f1cfc9be89cd5c61267331d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:05:42 +0000 Subject: [PATCH] BAU: Bump commons-codec:commons-codec from 1.19.0 to 1.22.0 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.19.0 to 1.22.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.19.0...rel/commons-codec-1.22.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9e22e6ed5ad..cf98db344eb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ spotbugs = "4.9.8" xray = "2.21.0" [libraries] -apacheCommonsCodec = "commons-codec:commons-codec:1.19.0" +apacheCommonsCodec = "commons-codec:commons-codec:1.22.0" spotbugs = { module = "com.github.spotbugs:spotbugs", version.ref = "spotbugs" } apacheCommonsCollections = "org.apache.commons:commons-collections4:4.5.0" apacheCommonsIo = "commons-io:commons-io:2.22.0"