11[versions ]
2- agp = " 8.5 .2"
2+ agp = " 8.7 .2"
33
44android-compileSdk = " 35"
55android-minSdk = " 21"
66android-targetSdk = " 35"
77
8- androidxactivity = " 1.9.1"
9- androidx-tooling = " 1.6.8"
10- androidx-uiTest = " 1.6.8"
8+
9+ androidx-tooling = " 1.7.5"
10+ androidxactivity = " 1.9.3"
11+ androidx-uiTest = " 1.7.5"
1112
1213lifecycle = " 2.8.3"
1314compose-plugin = " 1.6.11"
14- ksp = " 2.0.20 -1.0.24 "
15+ ksp = " 2.0.21 -1.0.28 "
1516
1617kotlin = " 2.0.20"
1718coroutines = " 1.8.1"
18- ktor = " 2.3.12 "
19+ ktor = " 2.3.13 "
1920
2021kstore = " 0.9.1"
21- circuit = " 0.23.1 "
22+ circuit = " 0.25.0 "
2223kotlininject = " 0.7.1"
23- logback = " 1.5.3 "
24+ logback = " 1.5.12 "
2425oidc = " 0.9.2"
2526exposedVersion = " 0.53.0"
26- coil = " 3.0.0-alpha10 "
27+ coil = " 3.0.3 "
2728
2829koin = " 4.0.0-RC1"
2930junit5 = " 5.11.0"
3031
3132[libraries ]
3233androidx-browser = { group = " androidx.browser" , name = " browser" , version = " 1.8.0" }
33- androidx-core = { group = " androidx.core" , name = " core-ktx" , version = " 1.13.1 " }
34+ androidx-core = { group = " androidx.core" , name = " core-ktx" , version = " 1.15.0 " }
3435androidx-activity-activity = { module = " androidx.activity:activity" , version.ref = " androidxactivity" }
3536androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidxactivity" }
3637androidx-testManifest = { module = " androidx.compose.ui:ui-test-manifest" , version.ref = " androidx-uiTest" }
@@ -43,12 +44,12 @@ androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process",
4344
4445compose-material3-windowsizeclass = " dev.chrisbanes.material3:material3-window-size-class-multiplatform:0.5.0"
4546
46- google-firebase-analytics = " com.google.firebase:firebase-analytics:22.0 .2"
47- google-firebase-crashlytics = " com.google.firebase:firebase-crashlytics:19.0.2 "
47+ google-firebase-analytics = " com.google.firebase:firebase-analytics:22.1 .2"
48+ google-firebase-crashlytics = " com.google.firebase:firebase-crashlytics:19.2.1 "
4849
49- google-firebase-perf = " com.google.firebase:firebase-perf:21.0.1 "
50+ google-firebase-perf = " com.google.firebase:firebase-perf:21.0.2 "
5051
51- crashkios-crashlytics = " co.touchlab.crashkios:crashlytics:0.8.6 "
52+ crashkios-crashlytics = " co.touchlab.crashkios:crashlytics:0.9.0 "
5253
5354timber = " com.jakewharton.timber:timber:5.0.1"
5455
@@ -99,7 +100,7 @@ exposed-core = { module = "org.jetbrains.exposed:exposed-core", version.ref = "e
99100exposed-dao = { module = " org.jetbrains.exposed:exposed-dao" , version.ref = " exposedVersion" }
100101exposed-jdbc = { module = " org.jetbrains.exposed:exposed-jdbc" , version.ref = " exposedVersion" }
101102exposed-jodatime = { module = " org.jetbrains.exposed:exposed-jodatime" , version.ref = " exposedVersion" }
102- exposed-h2Db = " com.h2database:h2:2.2.224 "
103+ exposed-h2Db = " com.h2database:h2:2.3.232 "
103104exposed-hikariCp = " com.zaxxer:HikariCP:5.1.0"
104105exposed-postgres = " org.postgresql:postgresql:42.7.3"
105106
@@ -117,11 +118,11 @@ koin-logger = { module = "io.insert-koin:koin-logger-slf4j", version.ref = "koin
117118
118119kotlinx-atomicfu = " org.jetbrains.kotlinx:atomicfu:0.25.0"
119120kotlinx-datetime = " org.jetbrains.kotlinx:kotlinx-datetime:0.6.0"
120- kermit = " co.touchlab:kermit:2.0.4 "
121+ kermit = " co.touchlab:kermit:2.0.5 "
121122
122123uuid = " com.benasher44:uuid:0.8.4"
123124
124- test-mockk = " io.mockk:mockk:1.13.10 "
125+ test-mockk = " io.mockk:mockk:1.13.13 "
125126test-coroutine = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " coroutines" }
126127
127128test-junit5-suite = " org.junit.platform:junit-platform-suite:1.10.2"
0 commit comments