From 8013ad3e34fa7959e8e5cec5a1d775bd9f418f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 16:26:18 -0600 Subject: [PATCH] Bump commons-codec:commons-codec from 1.16.0 to 1.17.1 (#629) Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.0 to 1.17.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.16.0...rel/commons-codec-1.17.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 25026ee8..577ef6ff 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,7 @@ dependencies { implementation 'com.google.crypto.tink:tink:1.15.0' implementation 'org.springframework.session:spring-session-jdbc' implementation 'org.apache.tika:tika-core:3.0.0' - implementation 'commons-codec:commons-codec:1.16.0' + implementation 'commons-codec:commons-codec:1.17.1' // For M1 issue?