From 861b794a203e4071a1046616187338f39d2d98ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:19:18 +0000 Subject: [PATCH] Bump net.openhft:zero-allocation-hashing from 0.16 to 0.26ea0 Bumps [net.openhft:zero-allocation-hashing](https://github.com/OpenHFT/Zero-Allocation-Hashing) from 0.16 to 0.26ea0. - [Release notes](https://github.com/OpenHFT/Zero-Allocation-Hashing/releases) - [Commits](https://github.com/OpenHFT/Zero-Allocation-Hashing/commits) --- updated-dependencies: - dependency-name: net.openhft:zero-allocation-hashing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3f83b4d..0d51fe3 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { testImplementation group: 'org.hipparchus', name: 'hipparchus-optim', version: '3.1' testImplementation group: 'com.google.guava', name: 'guava', version: '33.2.1-jre' testImplementation group: 'commons-codec', name: 'commons-codec', version: '1.17.0' - testImplementation group: 'net.openhft', name: 'zero-allocation-hashing', version: '0.16' + testImplementation group: 'net.openhft', name: 'zero-allocation-hashing', version: '0.26ea0' testImplementation group: 'com.appmattus.crypto', name: 'cryptohash', version: '1.0.2' testImplementation group: 'org.greenrobot', name: 'essentials', version: '3.1.0' errorprone("com.google.errorprone:error_prone_core:2.27.1")