From 1e654bb06271ecc34fc491ecd74f209c5db5f7a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 06:34:20 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.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.17.0...rel/commons-codec-1.17.1) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 199b4d4b0..076dc1141 100644 --- a/build.gradle +++ b/build.gradle @@ -182,7 +182,7 @@ dependencies { implementation("org.json:json:20240303") implementation("org.jsoup:jsoup:1.17.2") implementation("com.github.jasminb:jsonapi-converter:0.13") - implementation("commons-codec:commons-codec:1.17.0") + implementation("commons-codec:commons-codec:1.17.1") // Required library for FafTokenService approach (called by nimbus-jwt) runtimeOnly("org.bouncycastle:bcpkix-jdk15on:1.70")