From 0306acb4c52880859d0af203c6cbd3bdbcafb7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:06:08 +0000 Subject: [PATCH] Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.0 to 1.16.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.16.0...rel/commons-codec-1.16.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 bee5249fe..a0c226082 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { include "com.enonic.xp:lib-cluster:${xpVersion}" include "com.enonic.xp:lib-mail:${xpVersion}" include "com.enonic.xp:lib-scheduler:${xpVersion}" - implementation 'commons-codec:commons-codec:1.16.0' + implementation 'commons-codec:commons-codec:1.16.1' include "no.item:wsutil-server:2.0.0" include "com.gravitondigital:featuretogglelib:0.3.0" include 'org.json:json:20231013'