Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlin:kotlin-bom from 1.9.24 to 2.0.…
Browse files Browse the repository at this point in the history
…0 in /tutorials/java/CurrentPlaceDetailsOnMap (#1612)

chore(deps): bump org.jetbrains.kotlin:kotlin-bom

Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent dc94eb6 commit f8ade56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/java/CurrentPlaceDetailsOnMap/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.24")
implementation platform("org.jetbrains.kotlin:kotlin-bom:2.0.0")
testImplementation'junit:junit:4.13.2'
}

Expand Down

0 comments on commit f8ade56

Please sign in to comment.