From d964163845e82aab7c295b0da3e07a6cd36d05c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:40:08 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.22.0 to 1.22.1 in /Plan Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.22.0 to 1.22.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.22.0...rel/commons-codec-1.22.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.22.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 fc1b6af7c2..13e80bc238 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -66,7 +66,7 @@ subprojects { commonsTextVersion = "1.15.0" commonsCompressVersion = "1.28.0" - commonsCodecVersion = "1.22.0" + commonsCodecVersion = "1.22.1" caffeineVersion = "3.2.4" jetbrainsAnnotationsVersion = "26.1.0" jettyVersion = "11.0.26"