From 86935ced44f86798867459cb812304a2cc0776a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:51:06 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.21.0 to 1.22.0 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.21.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.21.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 bb3578c..eb5410c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ junit = "5.14.3" [libraries] commons-text = { group = "org.apache.commons", name = "commons-text", version = "1.15.0" } -commons-codec = { group = "commons-codec", name = "commons-codec", version = "1.21.0" } +commons-codec = { group = "commons-codec", name = "commons-codec", version = "1.22.0" } commons-csv = { group = "org.apache.commons", name = "commons-csv", version = "1.14.1" } guava = { group = "com.google.guava", name = "guava", version = "33.6.0-jre" } jgrapht = { group = "org.jgrapht", name = "jgrapht-core", version = "1.5.3" }