From 95aa053bf29ed020ecf2f40abef334244275396c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 01:05:11 +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.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.0.0...v5.1.1) --- 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..dc2091cf 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.1" material = "1.12.0" multidex = "2.0.1" placesKtx = "3.2.0"