From af70bf0535cb184f9f73954975426aa547f86bb1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Dec 2025 00:20:37 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/renovate.json | 4 ++-- gradle/libs.versions.toml | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index eb7d198..d606842 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "extends": [ - "github>open-turo/renovate-config#v1.14.0", - "github>open-turo/renovate-config:jvm#v1.14.0" + "github>open-turo/renovate-config#v1.16.1", + "github>open-turo/renovate-config:jvm#v1.16.1" ], "labels": ["dependencies"], "prConcurrentLimit": 10, diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 905b6d8..a37e40a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,15 +1,15 @@ [versions] nibel = "1.0.4" -androidGradlePlugin = "8.11.1" +androidGradlePlugin = "8.13.2" composeCompiler = "1.4.7" kotlin = "2.1.20" ksp = "2.1.20-1.0.32" autoService = "1.1.1" autoServiceKsp = "1.2.0" -dagger = "2.56.2" -lifecycle = "2.9.2" -dokka = "1.8.20" -mavenPublish = "0.25.3" +dagger = "2.57.2" +lifecycle = "2.10.0" +dokka = "1.9.20" +mavenPublish = "0.35.0" detekt = "1.23.8" nibelConventionPlugin = "ignored" @@ -18,13 +18,13 @@ nibelConventionPlugin = "ignored" nibel-runtime = { module = "com.openturo.nibel:nibel-runtime", version.ref = "nibel" } nibel-compiler = { module = "com.openturo.nibel:nibel-compiler", version.ref = "nibel" } # ===== BOM ===== -bom-androidx-compose = "androidx.compose:compose-bom:2025.07.00" +bom-androidx-compose = "androidx.compose:compose-bom:2025.12.00" bom-kotlin = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" } # ===== Android X ===== -androidx-core = "androidx.core:core-ktx:1.16.0" +androidx-core = "androidx.core:core-ktx:1.17.0" androidx-lifecycle = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" } -androidx-fragment = "androidx.fragment:fragment-ktx:1.8.8" -androidx-material3 = "com.google.android.material:material:1.12.0" +androidx-fragment = "androidx.fragment:fragment-ktx:1.8.9" +androidx-material3 = "com.google.android.material:material:1.13.0" androidx-appcompat = "androidx.appcompat:appcompat:1.7.1" androidx-recyclerview = "androidx.recyclerview:recyclerview:1.4.0" # ===== Jetpack Compose ===== @@ -33,11 +33,11 @@ androidx-compose-foundation = { module = "androidx.compose.foundation:foundation androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" } androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" } androidx-compose-material3 = { module = "androidx.compose.material3:material3" } -androidx-compose-activity = "androidx.activity:activity-compose:1.10.1" +androidx-compose-activity = "androidx.activity:activity-compose:1.12.1" androidx-compose-lifecycle-viewModel = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" } androidx-compose-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" } -androidx-compose-navigation = "androidx.navigation:navigation-compose:2.9.2" -androidx-compose-navigation-hilt = "androidx.hilt:hilt-navigation-compose:1.2.0" +androidx-compose-navigation = "androidx.navigation:navigation-compose:2.9.6" +androidx-compose-navigation-hilt = "androidx.hilt:hilt-navigation-compose:1.3.0" # ===== Dagger ===== hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "dagger" } 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 autoService-ksp = { group = "dev.zacsweers.autoservice", name = "auto-service-ksp", version.ref = "autoServiceKsp" } autoService-annotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "autoService" } # ===== Serialization ===== -gson = "com.google.code.gson:gson:2.13.1" +gson = "com.google.code.gson:gson:2.13.2" # ===== Tests ===== -junit = "junit:junit:4.12" -kotest-assertions = "io.kotest:kotest-assertions-core:6.0.4" +junit = "junit:junit:4.13.2" +kotest-assertions = "io.kotest:kotest-assertions-core:6.0.7" # ===== Gradle plugins ===== gradlePlugin-android = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" } gradlePlugin-android-api = { module = "com.android.tools.build:gradle-api", version.ref = "androidGradlePlugin" }