From 25e4a0666c3c69b2ea1a2a909f8e44c092ec4636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:57:58 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.kotlin:kotlin-bom from 1.8.22 to 1.9.23 in /tutorials/java/CurrentPlaceDetailsOnMap (#1574) chore(deps): bump org.jetbrains.kotlin:kotlin-bom Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.23. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.22...v1.9.23) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom 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> --- tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle index cc3fe03a..43e804e4 100644 --- a/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle +++ b/tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'com.google.android.gms:play-services-maps:18.2.0' implementation 'com.google.android.libraries.places:places:3.4.0' implementation 'com.android.volley:volley:1.2.1' - implementation platform("org.jetbrains.kotlin:kotlin-bom:1.8.22") + implementation platform("org.jetbrains.kotlin:kotlin-bom:1.9.23") testImplementation'junit:junit:4.13.2' }