@@ -5,7 +5,7 @@ android-gradlePlugin = "8.13.0"
55kotlin = " 2.2.20"
66kotlinx-datetime = " 0.7.1"
77kotlinx-collections-immutable = " 0.3.8"
8- dokka = " 2.0 .0"
8+ dokka = " 2.1 .0"
99
1010# UI Tools
1111accompanist = " 0.37.3"
@@ -18,55 +18,54 @@ material = "1.13.0"
1818# Multithreading
1919kotlinx-coroutines = " 1.10.2"
2020reactivex-rxjava2 = " 2.2.21"
21- reactivex-rxjava3 = " 3.1.11 "
21+ reactivex-rxjava3 = " 3.1.12 "
2222
2323# Network & Serialization
2424kotlinx-serialization = " 1.9.0"
2525moshi = " 1.15.2" # https://github.com/square/moshi/blob/master/CHANGELOG.md
26- okhttp = " 5.1.0 " # https://github.com/square/okhttp/blob/master/docs/changelogs/changelog_4x.md
26+ okhttp = " 5.2.1 " # https://github.com/square/okhttp/blob/master/docs/changelogs/changelog_4x.md
2727retrofit = " 3.0.0" # https://github.com/square/retrofit/blob/master/CHANGELOG.md
2828
2929# Security
3030tink = " 1.18.0"
3131
3232# DI
33- dagger = " 2.57.1 "
33+ dagger = " 2.57.2 "
3434javax-inject = " 1"
3535
3636# Test
37- junit = " 5.13.4"
38- junit-platform = " 1.13.4"
37+ junit = " 6.0.0"
3938junit4 = " 4.13.2"
40- kotest = " 6.0.3 "
39+ kotest = " 6.0.4 "
4140kotest-prev = " 5.9.1"
42- mockk = " 1.14.5 "
41+ mockk = " 1.14.6 "
4342turbine = " 1.2.1"
4443
4544# Debug Tools
4645leakcanary = " 2.14"
4746timber = " 5.0.1"
4847
4948# Annotations procesing
50- ksp = " 2.2.20-2.0.3 "
49+ ksp = " 2.2.20-2.0.4 "
5150
5251# Firebase Services
5352# https://firebase.google.com/support/release-notes/android
5453firebase-analytics = " 23.0.0"
55- firebase-bom = " 34.3 .0"
54+ firebase-bom = " 34.4 .0"
5655firebase-config = " 23.0.1"
57- firebase-crashlytics = " 20.0.2 "
56+ firebase-crashlytics = " 20.0.3 "
5857firebase-crashlytics-gradle = " 3.0.6"
5958firebase-messaging = " 25.0.1"
60- gms-googleServices = " 4.4.3 "
59+ gms-googleServices = " 4.4.4 "
6160
6261# Gradle plugins
63- gradle-android-cacheFix = " 3.0.1 "
62+ gradle-android-cacheFix = " 3.0.2 "
6463detekt = " 1.23.8"
6564detekt-rules-compose = " 1.4.0"
6665doctorPlugin = " 0.12.1"
6766kotlinx-binaryCompatibilityValidator = " 0.18.1"
68- owasp-dependencycheck = " 12.1.3 "
69- versionsPlugin = " 0.52 .0"
67+ owasp-dependencycheck = " 12.1.8 "
68+ versionsPlugin = " 0.53 .0"
7069
7170[libraries ]
7271
@@ -202,8 +201,8 @@ junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.re
202201junit-jupiter-engine = { module = " org.junit.jupiter:junit-jupiter-engine" , version.ref = " junit" }
203202junit-jupiter-migrationsupport = { module = " org.junit.jupiter:junit-jupiter-migrationsupport" , version.ref = " junit" }
204203junit-jupiter-params = { module = " org.junit.jupiter:junit-jupiter-params" , version.ref = " junit" }
205- junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit-platform " }
206- junit-platform-runner = { module = " org.junit.platform:junit-platform-runner" , version.ref = " junit-platform " }
204+ junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit" }
205+ junit-platform-runner = { module = " org.junit.platform:junit-platform-runner" , version.ref = " junit" }
207206junit-vintage-engine = { module = " org.junit.vintage:junit-vintage-engine" , version.ref = " junit" }
208207junit4 = { module = " junit:junit" , version.ref = " junit4" }
209208kotest-assertions-api = { module = " io.kotest:kotest-assertions-api" , version.ref = " kotest-prev" }
0 commit comments