Skip to content

Commit

Permalink
Bump org.kotlincrypto.hash:sha3 from 0.4.0 to 0.5.1
Browse files Browse the repository at this point in the history
Bumps [org.kotlincrypto.hash:sha3](https://github.com/KotlinCrypto/hash) from 0.4.0 to 0.5.1.
- [Release notes](https://github.com/KotlinCrypto/hash/releases)
- [Changelog](https://github.com/KotlinCrypto/hash/blob/master/CHANGELOG.md)
- [Commits](KotlinCrypto/hash@0.4.0...0.5.1)

---
updated-dependencies:
- dependency-name: org.kotlincrypto.hash:sha3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent a60a097 commit 9acbd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("org.kotlincrypto.hash:sha3:0.4.0")
implementation("org.kotlincrypto.hash:sha3:0.5.1")
implementation("org.kotlincrypto.sponges:keccak:0.2.0")
implementation("org.kotlincrypto.endians:endians:0.2.0")
implementation("org.kotlincrypto:secure-random:0.3.0")
Expand Down

0 comments on commit 9acbd9b

Please sign in to comment.