Skip to content

Commit b78f980

Browse files
committed
fix(deps): update all non-major dependencies
1 parent e7b6079 commit b78f980

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": [
3-
"github>open-turo/renovate-config#v1.14.0",
4-
"github>open-turo/renovate-config:jvm#v1.14.0"
3+
"github>open-turo/renovate-config#v1.16.0",
4+
"github>open-turo/renovate-config:jvm#v1.16.0"
55
],
66
"labels": ["dependencies"],
77
"prConcurrentLimit": 10,

gradle/libs.versions.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22
nibel = "1.0.4"
3-
androidGradlePlugin = "8.11.1"
3+
androidGradlePlugin = "8.13.0"
44
composeCompiler = "1.4.7"
55
kotlin = "2.1.20"
66
ksp = "2.1.20-1.0.32"
77
autoService = "1.1.1"
88
autoServiceKsp = "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.9.4"
11+
dokka = "1.9.20"
12+
mavenPublish = "0.34.0"
1313
detekt = "1.23.8"
1414
nibelConventionPlugin = "ignored"
1515

@@ -18,13 +18,13 @@ nibelConventionPlugin = "ignored"
1818
nibel-runtime = { module = "com.openturo.nibel:nibel-runtime", version.ref = "nibel" }
1919
nibel-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.10.01"
2222
bom-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"
2525
androidx-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"
2828
androidx-appcompat = "androidx.appcompat:appcompat:1.7.1"
2929
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.4.0"
3030
# ===== Jetpack Compose =====
@@ -33,11 +33,11 @@ androidx-compose-foundation = { module = "androidx.compose.foundation:foundation
3333
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
3434
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
3535
androidx-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.11.0"
3737
androidx-compose-lifecycle-viewModel = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
3838
androidx-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.5"
40+
androidx-compose-navigation-hilt = "androidx.hilt:hilt-navigation-compose:1.3.0"
4141
# ===== Dagger =====
4242
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "dagger" }
4343
hilt-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
4646
autoService-ksp = { group = "dev.zacsweers.autoservice", name = "auto-service-ksp", version.ref = "autoServiceKsp" }
4747
autoService-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:5.6.2"
51+
junit = "junit:junit:4.13.2"
52+
kotest-assertions = "io.kotest:kotest-assertions-core:5.9.1"
5353
# ===== Gradle plugins =====
5454
gradlePlugin-android = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" }
5555
gradlePlugin-android-api = { module = "com.android.tools.build:gradle-api", version.ref = "androidGradlePlugin" }

0 commit comments

Comments
 (0)