11[versions ]
22nibel = " 1.0.4"
3- androidGradlePlugin = " 8.11 .1"
3+ androidGradlePlugin = " 8.13 .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"
10- lifecycle = " 2.9.2 "
11- dokka = " 1.8 .20"
12- mavenPublish = " 0.25.3 "
9+ dagger = " 2.57 .2"
10+ lifecycle = " 2.10.0 "
11+ dokka = " 1.9 .20"
12+ mavenPublish = " 0.35.0 "
1313detekt = " 1.23.8"
1414nibelConventionPlugin = " ignored"
1515
@@ -18,13 +18,13 @@ 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.11.01 "
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 "
27- androidx-material3 = " com.google.android.material:material:1.12 .0"
26+ androidx-fragment = " androidx.fragment:fragment-ktx:1.8.9 "
27+ androidx-material3 = " com.google.android.material:material:1.13 .0"
2828androidx-appcompat = " androidx.appcompat:appcompat:1.7.1"
2929androidx-recyclerview = " androidx.recyclerview:recyclerview:1.4.0"
3030# ===== Jetpack Compose =====
@@ -33,11 +33,11 @@ androidx-compose-foundation = { module = "androidx.compose.foundation:foundation
3333androidx-compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" }
3434androidx-compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" }
3535androidx-compose-material3 = { module = " androidx.compose.material3:material3" }
36- androidx-compose-activity = " androidx.activity:activity-compose:1.10.1 "
36+ androidx-compose-activity = " androidx.activity:activity-compose:1.12.0 "
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 "
40- androidx-compose-navigation-hilt = " androidx.hilt:hilt-navigation-compose:1.2 .0"
39+ androidx-compose-navigation = " androidx.navigation:navigation-compose:2.9.6 "
40+ androidx-compose-navigation-hilt = " androidx.hilt:hilt-navigation-compose:1.3 .0"
4141# ===== Dagger =====
4242hilt-android = { module = " com.google.dagger:hilt-android" , version.ref = " dagger" }
4343hilt-android-compiler = { module = " com.google.dagger:hilt-android-compiler" , version.ref = " dagger" }
@@ -46,10 +46,10 @@ ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.re
4646autoService-ksp = { group = " dev.zacsweers.autoservice" , name = " auto-service-ksp" , version.ref = " autoServiceKsp" }
4747autoService-annotations = { group = " com.google.auto.service" , name = " auto-service-annotations" , version.ref = " autoService" }
4848# ===== Serialization =====
49- gson = " com.google.code.gson:gson:2.13.1 "
49+ gson = " com.google.code.gson:gson:2.13.2 "
5050# ===== Tests =====
51- junit = " junit:junit:4.12 "
52- kotest-assertions = " io.kotest:kotest-assertions-core:6.0.4 "
51+ junit = " junit:junit:4.13.2 "
52+ kotest-assertions = " io.kotest:kotest-assertions-core:6.0.5 "
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