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 3, 2024
1 parent 5429a5a commit bcf7955
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[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"
Expand All @@ -16,19 +16,19 @@ androidx-hilt-navigation-compose = "1.2.0"
compileSdk = "35"
compose-bom = "2024.11.00"
coroutines = "1.9.0"
dagger-hilt = "2.52"
dagger-hilt = "2.53"
datastore-preferences = "1.1.1"
detekt-formatting = "1.23.7"
hilt = "2.52"
jdk-desugar = "2.1.3"
junit = "4.13.2"
junit-jupiter = "5.11.3"
kotlin = "2.0.21"
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.0"
# @keep
minSdk = "24"
mockk = "1.13.13"
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 bcf7955

Please sign in to comment.