diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7b8b322..b4b3b5a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,12 +1,12 @@ [versions] -agp = "9.2.1" -kotlin = "2.3.21" -ksp = "2.3.2" +agp = "9.3.1" +kotlin = "2.4.10" +ksp = "2.3.6" core-ktx = "1.19.0" lifecycle = "2.11.0" activity-compose = "1.13.0" -livedata-compose = "1.11.2" +livedata-compose = "1.11.4" compose-bom = "2026.06.01" navigation = "2.9.8" cameraX = "1.6.1" @@ -15,7 +15,7 @@ okhttp = "5.4.0" gson = "2.14.0" room = "2.8.4" coroutines = "1.11.0" -serialization = "1.8.1" +serialization = "1.11.0" concurrent-futures = "1.3.0" work = "2.11.2" junit = "4.13.2" @@ -25,8 +25,8 @@ arch-core-testing = "2.2.0" kover = "0.9.9" ktlint-plugin = "14.2.0" detekt = "1.23.8" -cyclonedx = "3.4.0" -foundation = "1.11.2" +cyclonedx = "3.4.1" +foundation = "1.11.4" guava = "33.6.0-android" hilt = "2.60.1" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 348c280..9b1d7ae 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Dec 20 14:10:09 BRT 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists