Skip to content

Commit

Permalink
Merge pull request #253 from dynatrace-oss/dependabot/gradle/com.appm…
Browse files Browse the repository at this point in the history
…attus.crypto-cryptohash-1.0.2

Bump com.appmattus.crypto:cryptohash from 0.10.1 to 1.0.2
  • Loading branch information
oertl committed Jun 6, 2024
2 parents 58c8893 + 56e72a3 commit c1ede80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit c1ede80

Please sign in to comment.