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 Jun 12, 2024
1 parent a9b7d3d commit 7ab4859
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]
# plugins
android-gradle = "8.3.2"
android-gradle = "8.4.2"
detekt = "1.23.6"
detekt-compose-rules = "0.3.15"
detekt-compose-rules = "0.4.4"
junit = "1.10.0.0"
ksp = "1.9.23-1.0.20"
ksp = "1.9.24-1.0.20"
ktlint = "3.16.0"

# production libraries
coil = "2.6.0"
compose-bom = "2024.04.00"
compose-bom = "2024.06.00"
compose-compiler = "1.5.11"
compose-material3 = "1.2.1"
hilt = "2.51.1"
kotlin = "1.9.23"
kotlin-coroutines = "1.8.0"
kotlin-serialization = "1.6.3"
lifecycle = "2.7.0"
kotlin = "1.9.24"
kotlin-coroutines = "1.8.1"
kotlin-serialization = "1.7.0"
lifecycle = "2.8.2"
navigation = "2.7.7"
navigation-hilt = "1.2.0"
okhttp-logging-interceptor = "4.12.0"
Expand All @@ -26,12 +26,12 @@ timber = "5.0.1"

# test libraries
test-junit = "5.10.2"
test-mockk = "1.13.10"
test-mockk = "1.13.11"
test-turbine = "1.1.0"

# android test libraries
test-android-baseline-profile = "1.2.3"
test-android-compose-ui-test = "1.6.5"
test-android-baseline-profile = "1.2.4"
test-android-compose-ui-test = "1.6.8"
test-android-junit = "1.1.5"
test-android-profile-installer = "1.3.1"
test-android-runner = "1.5.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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down

0 comments on commit 7ab4859

Please sign in to comment.