From 21a9726382ecea2050f0fa5d20b61af3f7fdec33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:27:38 +0000 Subject: [PATCH] build(deps): bump org.kotlincrypto.hash:sha2 from 0.7.0 to 0.8.0 Bumps [org.kotlincrypto.hash:sha2](https://github.com/KotlinCrypto/hash) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/KotlinCrypto/hash/releases) - [Changelog](https://github.com/KotlinCrypto/hash/blob/master/CHANGELOG.md) - [Commits](https://github.com/KotlinCrypto/hash/compare/0.7.0...0.8.0) --- updated-dependencies: - dependency-name: org.kotlincrypto.hash:sha2 dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 204b2bc6d3..c797c37dfc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -86,7 +86,7 @@ timber = "5.0.1" sodium-bindings = "0.9.5" desugaring = "2.1.5" -kotlincrypto-hash = "0.7.0" +kotlincrypto-hash = "0.8.0" kotlincrypto-macs = "0.7.0" event-bus = "0.1.0"