From 421b23a3c1b08fada8e7f337a9c9b509e5558ffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:03:41 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 in /Plan Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.19.0 to 1.20.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.20.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index c55d23a0ef..527a75d9a7 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -70,7 +70,7 @@ subprojects { commonsTextVersion = "1.14.0" commonsCompressVersion = "1.28.0" - commonsCodecVersion = "1.19.0" + commonsCodecVersion = "1.20.0" caffeineVersion = "3.2.2" jetbrainsAnnotationsVersion = "26.0.2" jettyVersion = "11.0.26"