Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 5429a5a commit c2d9255
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
[versions]
android-gradle-plugin = "8.7.2"
android-gradle-plugin = "8.7.3"
android-junit5 = "1.11.2.0"
androidx-activity = "1.9.3"
androidx-core-ktx = "1.15.0"
androidx-core-testing = "2.2.0"
androidx-legacy-support-v4 = "1.0.0"
androidx-lifecycle = "2.8.7"
androidx-navigation = "2.8.4"
androidx-navigation = "2.8.5"
androidx-test = "1.6.1"
androidx-test-runner = "1.6.2"
androidx-test-espresso = "3.6.1"
androidx-test-ext-junit = "1.2.1"
androidx-hilt-navigation-compose = "1.2.0"
# @keep
compileSdk = "35"
compose-bom = "2024.11.00"
coroutines = "1.9.0"
dagger-hilt = "2.52"
compose-bom = "2024.12.01"
coroutines = "1.10.1"
dagger-hilt = "2.54"
datastore-preferences = "1.1.1"
detekt-formatting = "1.23.7"
hilt = "2.52"
jdk-desugar = "2.1.3"
jdk-desugar = "2.1.4"
junit = "4.13.2"
junit-jupiter = "5.11.3"
kotlin = "2.0.21"
junit-jupiter = "5.11.4"
kotlin = "2.1.0"
kotlinx-collections-immutable = "0.3.8"
kotlinx-serialization = "1.7.3"
ksp = "2.0.21-1.0.28"
ksp = "2.1.0-1.0.29"
license-report = "0.9.8"
media3 = "1.4.1"
media3 = "1.5.1"
# @keep
minSdk = "24"
mockk = "1.13.13"
mockk = "1.13.14"
room = "2.6.1"
room-testing = "1.1.1"
detekt = "1.23.7"
# @keep
targetSdk = "35"
google-truth = "1.4.4"
ui-test = "1.7.5"
ui-test = "1.7.6"

[libraries]
android-arch-persistence-room-testing = { module = "android.arch.persistence.room:testing", version.ref = "room-testing" }
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.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" apply false
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0" apply false
}

dependencyResolutionManagement {
Expand Down

0 comments on commit c2d9255

Please sign in to comment.