Skip to content

Commit

Permalink
build(deps): bump org.kotlincrypto.hash:sha3 from 0.5.6 to 0.6.0 in /…
Browse files Browse the repository at this point in the history
…watermarker (#180)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 69d6b28 commit 6c91966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watermarker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("org.kotlincrypto.hash:sha3:0.5.6")
implementation("org.kotlincrypto.hash:sha3:0.6.0")
}
}
val commonTest by getting {
Expand Down

0 comments on commit 6c91966

Please sign in to comment.