From d6c90410d392dc53f92a19b3a8e70592b53218ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:24:07 +0000 Subject: [PATCH] chore(deps): bump commons-codec:commons-codec from 1.15 to 1.16.0 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 48225039..e98afead 100644 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ subprojects { testImplementation "org.hamcrest:hamcrest-library:2.2" testImplementation group: 'com.h2database', name: 'h2', version: '2.2.224' - testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.15' + testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.16.0' } }