From c259a81494a19c6624abcbcd0de5e7720e26dedd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:50:23 +0000 Subject: [PATCH] chore(deps): bump org.kotlincrypto.hash:bom from 0.5.4 to 0.5.5 Bumps [org.kotlincrypto.hash:bom](https://github.com/KotlinCrypto/hash) from 0.5.4 to 0.5.5. - [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.5.4...0.5.5) --- updated-dependencies: - dependency-name: org.kotlincrypto.hash:bom dependency-type: direct:production update-type: version-update:semver-patch ... 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 4824810bd..e66fcb3a7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ compose-multiplatform-media-player = "1.0.27" gradle = "8.7.3" kodein = "7.23.1" kotlin = "2.1.0" -kotlincrypto = "0.5.4" +kotlincrypto = "0.5.5" kotlinx-coroutines = "1.10.0" kotlinx-serialization-json = "1.7.3" kover = "0.9.0"