Skip to content

Commit

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


Updates `androidx.compose.compiler:compiler` from 1.5.12 to 1.5.14

Updates `org.jetbrains.kotlin.android` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

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

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 23, 2024
1 parent 1f80241 commit acfcfea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ composeVersion = "1.6.7"
android-annotation = "androidx.annotation:annotation:1.8.0"
android-compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "composeVersion" }
android-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "composeVersion" }
tools-android-compose = "androidx.compose.compiler:compiler:1.5.12"
tools-android-compose = "androidx.compose.compiler:compiler:1.5.14"
test-junit = "junit:junit:4.13.2"
test-assertj = "org.assertj:assertj-core:3.25.3"
test-mockito = "org.mockito:mockito-core:5.12.0"
Expand All @@ -19,4 +19,4 @@ android-compose = ["android-compose-runtime", "android-compose-ui"]

[plugins]
androidGradlePlugin = "com.android.library:8.4.0"
kotlin = "org.jetbrains.kotlin.android:1.9.23"
kotlin = "org.jetbrains.kotlin.android:1.9.24"

0 comments on commit acfcfea

Please sign in to comment.