From 56e72a3726cce2e767032b2b89e7afce024eda05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:07:47 +0000 Subject: [PATCH] Bump com.appmattus.crypto:cryptohash from 0.10.1 to 1.0.2 Bumps [com.appmattus.crypto:cryptohash](https://github.com/appmattus/crypto) from 0.10.1 to 1.0.2. - [Release notes](https://github.com/appmattus/crypto/releases) - [Changelog](https://github.com/appmattus/crypto/blob/main/CHANGELOG.md) - [Commits](https://github.com/appmattus/crypto/compare/0.10.1...1.0.2) --- updated-dependencies: - dependency-name: com.appmattus.crypto:cryptohash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eebaea3..3f83b4d 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { 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: 'com.appmattus.crypto', name: 'cryptohash', version: '0.10.1' + 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") }