From 9fe5cd3d169cb91a8702a32faf2fd38d3c3eaba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 01:28:14 +0000 Subject: [PATCH] Bump org.kotlincrypto.sponges:keccak from 0.2.0 to 0.3.0 Bumps [org.kotlincrypto.sponges:keccak](https://github.com/KotlinCrypto/sponges) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/KotlinCrypto/sponges/releases) - [Changelog](https://github.com/KotlinCrypto/sponges/blob/master/CHANGELOG.md) - [Commits](https://github.com/KotlinCrypto/sponges/compare/0.2.0...0.3.0) --- updated-dependencies: - dependency-name: org.kotlincrypto.sponges:keccak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 204d676..d8e8414 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -150,7 +150,7 @@ kotlin { val commonMain by getting { dependencies { implementation("org.kotlincrypto.hash:sha3:0.4.0") - implementation("org.kotlincrypto.sponges:keccak:0.2.0") + implementation("org.kotlincrypto.sponges:keccak:0.3.0") implementation("org.kotlincrypto.endians:endians:0.2.0") implementation("org.kotlincrypto:secure-random:0.2.0") }