Skip to content

Commit

Permalink
Bump the all group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates in the / directory: com.autonomousapps.dependency-analysis, androidx.activity:activity-compose and org.jetbrains.compose:compose-gradle-plugin.


Updates `com.autonomousapps.dependency-analysis` from 2.6.1 to 2.7.0

Updates `androidx.activity:activity-compose` from 1.9.3 to 1.10.0

Updates `org.jetbrains.compose:compose-gradle-plugin` from 1.7.3 to 1.8.0+dev2005

---
updated-dependencies:
- dependency-name: com.autonomousapps.dependency-analysis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jetbrains.compose:compose-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent 3edf61e commit 26f1eb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("convention.detekt")
id("com.autonomousapps.dependency-analysis") version "2.6.1"
id("com.autonomousapps.dependency-analysis") version "2.7.0"
}

buildscript {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ wearMinSdk = "25"

kotlin = "2.1.0" # https://github.com/JetBrains/kotlin/releases
compose = "1.7.6" # https://developer.android.com/jetpack/androidx/releases/compose-ui
jetbrainsCompose = "1.7.3" # https://github.com/JetBrains/compose-multiplatform/releases
jetbrainsCompose = "1.8.0+dev2005" # https://github.com/JetBrains/compose-multiplatform/releases

agp = "8.8.0" # https://developer.android.com/studio/releases/gradle-plugin
ktor = "3.0.3" # https://github.com/ktorio/ktor
Expand Down Expand Up @@ -59,7 +59,7 @@ compose-material3 = "androidx.compose.material3:material3:1.3.1" # https://devel
compose-uiTooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
compose-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }

compose-activity = "androidx.activity:activity-compose:1.9.3" # https://developer.android.com/jetpack/androidx/releases/activity # androidx-activity-compose
compose-activity = "androidx.activity:activity-compose:1.10.0" # https://developer.android.com/jetpack/androidx/releases/activity # androidx-activity-compose

compose-uiTestJunit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
kakao-compose = { module = "io.github.kakaocup:compose", version = "0.4.5" }
Expand Down

0 comments on commit 26f1eb4

Please sign in to comment.