From 9594e46512d1ef62870f24f483cf9f93b91798aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 07:32:31 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 96471e4..06d693d 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { testImplementation group: 'org.hipparchus', name: 'hipparchus-stat', version: '3.1' testImplementation group: 'org.hipparchus', name: 'hipparchus-optim', version: '3.1' testImplementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre' - testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.17.1' + testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.17.2' testImplementation group: 'net.openhft', name: 'zero-allocation-hashing', version: '0.15' testImplementation group: 'com.appmattus.crypto', name: 'cryptohash', version: '1.0.2' testImplementation group: 'org.greenrobot', name: 'essentials', version: '3.1.0'