11[versions ]
22nibel = " 1.0.4"
3- androidGradlePlugin = " 8.11 .1"
3+ androidGradlePlugin = " 8.12 .1"
44composeCompiler = " 1.4.7"
55kotlin = " 2.1.20"
66ksp = " 2.1.20-1.0.32"
77autoService = " 1.1.1"
88autoServiceKsp = " 1.2.0"
9- dagger = " 2.56.2 "
9+ dagger = " 2.57.1 "
1010lifecycle = " 2.9.2"
11- dokka = " 1.8 .20"
12- mavenPublish = " 0.25.3 "
11+ dokka = " 1.9 .20"
12+ mavenPublish = " 0.34.0 "
1313detekt = " 1.23.8"
1414nibelConventionPlugin = " ignored"
1515
@@ -18,12 +18,12 @@ nibelConventionPlugin = "ignored"
1818nibel-runtime = { module = " com.openturo.nibel:nibel-runtime" , version.ref = " nibel" }
1919nibel-compiler = { module = " com.openturo.nibel:nibel-compiler" , version.ref = " nibel" }
2020# ===== BOM =====
21- bom-androidx-compose = " androidx.compose:compose-bom:2025.07 .00"
21+ bom-androidx-compose = " androidx.compose:compose-bom:2025.08 .00"
2222bom-kotlin = { module = " org.jetbrains.kotlin:kotlin-bom" , version.ref = " kotlin" }
2323# ===== Android X =====
24- androidx-core = " androidx.core:core-ktx:1.16 .0"
24+ androidx-core = " androidx.core:core-ktx:1.17 .0"
2525androidx-lifecycle = { module = " androidx.lifecycle:lifecycle-runtime-ktx" , version.ref = " lifecycle" }
26- androidx-fragment = " androidx.fragment:fragment-ktx:1.8.8 "
26+ androidx-fragment = " androidx.fragment:fragment-ktx:1.8.9 "
2727androidx-material3 = " com.google.android.material:material:1.12.0"
2828androidx-appcompat = " androidx.appcompat:appcompat:1.7.1"
2929androidx-recyclerview = " androidx.recyclerview:recyclerview:1.4.0"
@@ -36,7 +36,7 @@ androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
3636androidx-compose-activity = " androidx.activity:activity-compose:1.10.1"
3737androidx-compose-lifecycle-viewModel = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version.ref = " lifecycle" }
3838androidx-compose-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime-compose" , version.ref = " lifecycle" }
39- androidx-compose-navigation = " androidx.navigation:navigation-compose:2.9.2 "
39+ androidx-compose-navigation = " androidx.navigation:navigation-compose:2.9.3 "
4040androidx-compose-navigation-hilt = " androidx.hilt:hilt-navigation-compose:1.2.0"
4141# ===== Dagger =====
4242hilt-android = { module = " com.google.dagger:hilt-android" , version.ref = " dagger" }
@@ -48,8 +48,8 @@ autoService-annotations = { group = "com.google.auto.service", name = "auto-serv
4848# ===== Serialization =====
4949gson = " com.google.code.gson:gson:2.13.1"
5050# ===== Tests =====
51- junit = " junit:junit:4.12 "
52- kotest-assertions = " io.kotest:kotest-assertions-core:5.6.2 "
51+ junit = " junit:junit:4.13.2 "
52+ kotest-assertions = " io.kotest:kotest-assertions-core:5.9.1 "
5353# ===== Gradle plugins =====
5454gradlePlugin-android = { module = " com.android.tools.build:gradle" , version.ref = " androidGradlePlugin" }
5555gradlePlugin-android-api = { module = " com.android.tools.build:gradle-api" , version.ref = " androidGradlePlugin" }
0 commit comments