Skip to content

Commit

Permalink
Bump the gradle-dependencies group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 4 updates in the / directory: [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines), androidx.compose:compose-bom, com.android.application and com.android.lint.


Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.8.1...1.9.0)

Updates `androidx.compose:compose-bom` from 2024.09.01 to 2024.09.02

Updates `com.android.application` from 8.6.0 to 8.6.1

Updates `com.android.lint` from 8.6.0 to 8.6.1

Updates `com.android.lint` from 8.6.0 to 8.6.1

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
  dependency-group: gradle-dependencies
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.android.lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.android.lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 18, 2024
1 parent ffb485a commit 7d5b865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"

jvm = "22"
agp = "8.6.0"
agp = "8.6.1"

coreKtx = "1.13.1"
composeBom = "2024.09.01"
composeBom = "2024.09.02"
composeMaterial3 = "1.3.0"
composeActivity = "1.9.2"
composeShimmer = "1.3.1"
Expand All @@ -22,7 +22,7 @@ detektCompose = "0.4.12"
workmanager = "2.9.1"
credentials = "1.3.0-alpha01"

kotlinCoroutines = "1.8.1"
kotlinCoroutines = "1.9.0"
kotlinDatetime = "0.6.1"
kotlinImmutable = "0.3.8"

Expand Down

0 comments on commit 7d5b865

Please sign in to comment.