From 907f44ad0ba0f8589688c8e4ce6582efc509e493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:53:06 +0000 Subject: [PATCH] Bump co.touchlab:kermit from 2.0.4 to 2.0.5 Bumps [co.touchlab:kermit](https://github.com/touchlab/Kermit) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/touchlab/Kermit/releases) - [Changelog](https://github.com/touchlab/Kermit/blob/main/CHANGELOG.md) - [Commits](https://github.com/touchlab/Kermit/compare/2.0.4...2.0.5) --- updated-dependencies: - dependency-name: co.touchlab:kermit 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 fbb4434..4a03378 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] compose-plugin = "1.7.1" -kermit = "2.0.4" +kermit = "2.0.5" kotlin = "2.1.0" kotlin-coroutines = "1.9.0" mavenPublishVanniktech = "0.30.0"