From 5e121b89a44f492bdbc884402a6ec4cd0a92e4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:34:08 +0000 Subject: [PATCH] build(deps): bump org.kotlincrypto.macs:hmac-sha2 from 0.7.0 to 0.8.0 Bumps [org.kotlincrypto.macs:hmac-sha2](https://github.com/KotlinCrypto/MACs) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/KotlinCrypto/MACs/releases) - [Changelog](https://github.com/KotlinCrypto/MACs/blob/master/CHANGELOG.md) - [Commits](https://github.com/KotlinCrypto/MACs/compare/0.7.0...0.8.0) --- updated-dependencies: - dependency-name: org.kotlincrypto.macs:hmac-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..bd9c360d54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -87,7 +87,7 @@ timber = "5.0.1" sodium-bindings = "0.9.5" desugaring = "2.1.5" kotlincrypto-hash = "0.7.0" -kotlincrypto-macs = "0.7.0" +kotlincrypto-macs = "0.8.0" event-bus = "0.1.0" bugsnag = "6.26.1"