From d37fc17e4d2a1f112b9be092653dcb159719cfa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:24:08 -0700 Subject: [PATCH] chore(deps): bump com.google.maps.android:android-maps-utils from 3.9.0 to 3.10.0 in /snippets (#1949) 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 3.9.0 to 3.10.0. - [Release notes](https://github.com/googlemaps/android-maps-utils/releases) - [Changelog](https://github.com/googlemaps/android-maps-utils/blob/main/.releaserc) - [Commits](https://github.com/googlemaps/android-maps-utils/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: com.google.maps.android:android-maps-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- snippets/app-utils/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/app-utils/build.gradle.kts b/snippets/app-utils/build.gradle.kts index 04be8ff6..44c9e401 100644 --- a/snippets/app-utils/build.gradle.kts +++ b/snippets/app-utils/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { // Utility Library for Maps SDK for Android // You do not need to add a separate dependency for the Maps SDK for Android // since this library builds in the compatible version of the Maps SDK. - implementation("com.google.maps.android:android-maps-utils:3.9.0") + implementation("com.google.maps.android:android-maps-utils:3.10.0") } // [END maps_android_utils_install_snippet]