From 31c882275ea203a05a660aa007f52ada3baae7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:47:39 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.1 to 1.17.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.16.1...rel/commons-codec-1.17.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 0f4cc5da4..099c257a7 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.16.1") + implementation("commons-codec:commons-codec:1.17.0") // Required library for FafTokenService approach (called by nimbus-jwt) runtimeOnly("org.bouncycastle:bcpkix-jdk15on:1.70")