From a11492b277fdb64e5ef1f1a2c8b362b659c54f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:02:39 +0000 Subject: [PATCH] chore(deps): bump com.google.maps.android:maps-utils-ktx in /demo-kotlin Bumps [com.google.maps.android:maps-utils-ktx](https://github.com/googlemaps/android-maps-ktx) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/googlemaps/android-maps-ktx/releases) - [Changelog](https://github.com/googlemaps/android-maps-ktx/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-ktx/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-utils-ktx dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- demo-kotlin/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-kotlin/gradle/libs.versions.toml b/demo-kotlin/gradle/libs.versions.toml index 6cdd58cf..d048aa5a 100644 --- a/demo-kotlin/gradle/libs.versions.toml +++ b/demo-kotlin/gradle/libs.versions.toml @@ -5,7 +5,7 @@ coreKtx = "1.17.0" glide = "5.0.5" kotlin = "2.2.20" mapsSecretsGradlePlugin = "2.0.1" -mapsUtilsKtx = "5.2.0" +mapsUtilsKtx = "5.2.1" material = "1.13.0" multidex = "2.0.1" places = "5.0.0"