From ed7855a13c8592d9a979b806b3850d05dac86529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 01:16:30 +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.0.0 to 5.1.0. - [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.0.0...v5.1.0) --- updated-dependencies: - dependency-name: com.google.maps.android:maps-utils-ktx dependency-type: direct:production update-type: version-update:semver-minor ... 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 9cc7c872..2ff92c5e 100644 --- a/demo-kotlin/gradle/libs.versions.toml +++ b/demo-kotlin/gradle/libs.versions.toml @@ -5,7 +5,7 @@ coreKtx = "1.13.1" glide = "4.16.0" kotlin = "2.0.0" mapsSecretsGradlePlugin = "2.0.1" -mapsUtilsKtx = "5.0.0" +mapsUtilsKtx = "5.1.0" material = "1.12.0" multidex = "2.0.1" placesKtx = "3.2.0"