From 087423be809097e2d38f919f6d02a719b2dc79c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 18:24:01 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67323e0..465bfa8 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ dependencies { implementation 'javax.servlet:javax.servlet-api:3.1.0' implementation 'org.apache.commons:commons-lang3:3.18.0' implementation 'com.google.guava:guava-annotations:r03' - implementation 'commons-codec:commons-codec:1.19.0' + implementation 'commons-codec:commons-codec:1.20.0' api 'com.auth0:auth0:1.45.1' api 'com.auth0:java-jwt:3.19.4'