Skip to content

Commit

Permalink
Update dependencies for minor & patch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 212a583 commit 52a945e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
# plugins
android-gradle = "8.6.0"
detekt = "1.23.6"
detekt = "1.23.7"
junit = "1.11.0.0"
ksp = "2.0.20-1.0.25"
ktlint = "4.4.1"

# production libraries
coil = "2.7.0"
compose-bom = "2024.09.00"
compose-rules = "0.4.11"
compose-bom = "2024.09.01"
compose-rules = "0.4.12"
compose-material3 = "1.3.0"
hilt = "2.52"
kotlin = "2.0.20"
Expand All @@ -30,7 +30,7 @@ test-turbine = "1.1.0"

# android test libraries
test-android-baseline-profile = "1.3.0"
test-android-compose-ui-test = "1.7.0"
test-android-compose-ui-test = "1.7.1"
test-android-junit = "1.2.1"
test-android-profile-installer = "1.3.1"
test-android-runner = "1.6.2"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 52a945e

Please sign in to comment.