From 1e0dcc9cc8906e9801d4139881e57fccfbac3aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 11:02:24 +0000 Subject: [PATCH] chore(deps): bump mapsKtx from 5.2.0 to 5.2.1 in /snippets Bumps `mapsKtx` from 5.2.0 to 5.2.1. Updates `com.google.maps.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) Updates `com.google.maps.android:maps-utils-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-ktx dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-patch - 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] --- snippets/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/gradle/libs.versions.toml b/snippets/gradle/libs.versions.toml index d54c44024..fa0dc7718 100644 --- a/snippets/gradle/libs.versions.toml +++ b/snippets/gradle/libs.versions.toml @@ -19,7 +19,7 @@ junit = "4.13.2" junitVersion = "1.3.0" kotlin = "2.2.20" lifecycleRuntime = "2.9.4" -mapsKtx = "5.2.0" +mapsKtx = "5.2.1" material = "1.13.0" navigation = "2.9.5" places = "5.0.0"