From 954bdb00c39385738ca5573c0c324966efb7824a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 03:16:41 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 in /prime-router Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.1 to 1.17.2. - [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.1...rel/commons-codec-1.17.2) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index ad8ffb8bd27..193d6f2b670 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -920,7 +920,7 @@ dependencies { implementation("org.apache.commons:commons-csv:1.12.0") implementation("org.apache.commons:commons-lang3:3.15.0") implementation("org.apache.commons:commons-text:1.12.0") - implementation("commons-codec:commons-codec:1.17.1") + implementation("commons-codec:commons-codec:1.17.2") implementation("commons-io:commons-io:2.18.0") implementation("org.postgresql:postgresql:42.7.4") implementation("com.zaxxer:HikariCP:6.2.1")