From a91d0c1e76ae43d519c3ef82aa3d2c6e211f31aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:54:05 +0000 Subject: [PATCH] chore(deps): bump com.google.maps.android:android-maps-utils Bumps [com.google.maps.android:android-maps-utils](https://github.com/googlemaps/android-maps-utils) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/googlemaps/android-maps-utils/releases) - [Changelog](https://github.com/googlemaps/android-maps-utils/blob/main/CHANGELOG.md) - [Commits](https://github.com/googlemaps/android-maps-utils/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: com.google.maps.android:android-maps-utils dependency-version: 5.2.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 27d38f147..be4fdab5a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -38,7 +38,7 @@ materialIconsExtended = "1.7.8" # Google Maps & Places mapsCompose = "8.4.0" mapsKtx = "6.3.0" -mapsUtils = "5.1.1" +mapsUtils = "5.2.0" places = "5.3.0" playServicesLocation = "21.4.0" playServicesMaps = "20.0.0"