From b6a2b8a5158bcaaa790b41e39519de894a6a0724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:53:03 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 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] --- web/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/build.gradle b/web/build.gradle index 7813971b..98c05642 100644 --- a/web/build.gradle +++ b/web/build.gradle @@ -12,7 +12,7 @@ dependencies { //Update hibernate validator that comes with edison-core implementation("org.hibernate.validator:hibernate-validator:8.0.2.Final") //Update commons-codec - implementation("commons-codec:commons-codec:1.17.1") + implementation("commons-codec:commons-codec:1.17.2") //Update embedded tomcat implementation("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}") implementation("org.apache.tomcat.embed:tomcat-embed-el:${tomcatVersion}")