From 98a72ee26d551bcaa1d3dc505a2a7bb8f7d39d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 02:14:37 +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 4aa73bd0..a0d98e5f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ maplibre-ios = "6.8.1" [libraries] androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" } compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "compose-androidx" } -kermit = { group = "co.touchlab", name = "kermit", version = "2.0.4" } +kermit = { group = "co.touchlab", name = "kermit", version = "2.0.5" } maplibre-android = { module = "org.maplibre.gl:android-sdk", version = "11.6.1" } maplibre-android-plugin-annotation = { module = "org.maplibre.gl:android-plugin-annotation-v9", version.ref = "maplibre-android-plugins" } spatialk-geojson = { group = "io.github.dellisd.spatialk", name = "geojson", version = "0.3.0" }