Skip to content

Commit

Permalink
Bump the kotlin group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the kotlin group with 2 updates: [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin).


Updates `org.jetbrains.kotlin.android` from 1.9.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](JetBrains/kotlin@v1.9.22...v1.9.23)

Updates `org.jetbrains.kotlin:kotlin-bom` from 1.9.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](JetBrains/kotlin@v1.9.22...v1.9.23)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and luk1337 committed Apr 11, 2024
1 parent c03c355 commit 1196341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ android {

dependencies {
// Kotlin
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.22"))
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.23"))

// AndroidX
implementation("androidx.activity:activity-compose:1.8.2")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id("com.android.application") version "8.3.2" apply false
id("com.android.library") version "8.3.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
}

tasks.register<Delete>("clean").configure {
Expand Down

0 comments on commit 1196341

Please sign in to comment.