From 90b9d63d673206fcf2f989e7ab41ec053217b4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 01:01:42 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.15 to 1.16.0 in /Plan Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.15 to 1.16.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.16.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec 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 135b60469b..c763df581f 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -83,7 +83,7 @@ subprojects { commonsTextVersion = "1.10.0" commonsCompressVersion = "1.23.0" - commonsCodecVersion = "1.15" + commonsCodecVersion = "1.16.0" caffeineVersion = "3.1.6" jettyVersion = "11.0.15" caffeineVersion = "2.9.2"