From f549be9711b541f395a0175565e0e5ab76328607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:31:12 +0000 Subject: [PATCH] build(deps): bump commons-codec:commons-codec in /java-spring 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] --- java-spring/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-spring/build.gradle b/java-spring/build.gradle index 0740e82..74a8de9 100644 --- a/java-spring/build.gradle +++ b/java-spring/build.gradle @@ -26,7 +26,7 @@ repositories { } dependencies { - implementation 'commons-codec:commons-codec:1.17.0' + implementation 'commons-codec:commons-codec:1.17.1' implementation 'io.crate:crate-jdbc:2.7.0' implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.3.1' implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.3.1'