Skip to content

Commit 410b292

Browse files
committed
fix(deps): update all non-major dependencies
1 parent e786dc8 commit 410b292

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

gradle/libs.versions.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
[versions]
2-
nibel = "1.0.1"
2+
nibel = "1.0.4"
33
androidGradlePlugin = "7.4.2"
44
composeCompiler = "1.4.7"
55
kotlin = "1.8.21"
66
ksp = "1.8.21-1.0.11"
7-
autoService = "1.0.1"
8-
autoServiceKsp = "1.0.0"
9-
dagger = "2.46.1"
10-
lifecycle = "2.6.1"
11-
dokka = "1.8.20"
12-
mavenPublish = "0.25.3"
7+
autoService = "1.1.1"
8+
autoServiceKsp = "1.2.0"
9+
dagger = "2.57"
10+
lifecycle = "2.9.2"
11+
dokka = "1.9.20"
12+
mavenPublish = "0.34.0"
1313
nibelConventionPlugin = "ignored"
1414

1515
[libraries]
1616
# ===== Nibel =====
1717
nibel-runtime = { module = "com.openturo.nibel:nibel-runtime", version.ref = "nibel" }
1818
nibel-compiler = { module = "com.openturo.nibel:nibel-compiler", version.ref = "nibel" }
1919
# ===== BOM =====
20-
bom-androidx-compose = "androidx.compose:compose-bom:2023.04.01"
20+
bom-androidx-compose = "androidx.compose:compose-bom:2023.10.01"
2121
bom-kotlin = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }
2222
# ===== Android X =====
23-
androidx-core = "androidx.core:core-ktx:1.10.1"
23+
androidx-core = "androidx.core:core-ktx:1.16.0"
2424
androidx-lifecycle = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
25-
androidx-fragment = "androidx.fragment:fragment-ktx:1.6.0"
26-
androidx-material3 = "com.google.android.material:material:1.9.0"
27-
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
28-
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.0"
25+
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.8"
26+
androidx-material3 = "com.google.android.material:material:1.12.0"
27+
androidx-appcompat = "androidx.appcompat:appcompat:1.7.1"
28+
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.4.0"
2929
# ===== Jetpack Compose =====
3030
androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
3131
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" }
3232
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
3333
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
3434
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
35-
androidx-compose-activity = "androidx.activity:activity-compose:1.7.2"
35+
androidx-compose-activity = "androidx.activity:activity-compose:1.10.1"
3636
androidx-compose-lifecycle-viewModel = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
3737
androidx-compose-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
38-
androidx-compose-navigation = "androidx.navigation:navigation-compose:2.6.0"
39-
androidx-compose-navigation-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0"
38+
androidx-compose-navigation = "androidx.navigation:navigation-compose:2.9.3"
39+
androidx-compose-navigation-hilt = "androidx.hilt:hilt-navigation-compose:1.2.0"
4040
# ===== Dagger =====
4141
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "dagger" }
4242
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "dagger" }
@@ -45,10 +45,10 @@ ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.re
4545
autoService-ksp = { group = "dev.zacsweers.autoservice", name = "auto-service-ksp", version.ref = "autoServiceKsp" }
4646
autoService-annotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "autoService" }
4747
# ===== Serialization =====
48-
gson = "com.google.code.gson:gson:2.10.1"
48+
gson = "com.google.code.gson:gson:2.13.1"
4949
# ===== Tests =====
50-
junit = "junit:junit:4.12"
51-
kotest-assertions = "io.kotest:kotest-assertions-core:5.6.2"
50+
junit = "junit:junit:4.13.2"
51+
kotest-assertions = "io.kotest:kotest-assertions-core:5.9.1"
5252
# ===== Gradle plugins =====
5353
gradlePlugin-android = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" }
5454
gradlePlugin-android-api = { module = "com.android.tools.build:gradle-api", version.ref = "androidGradlePlugin" }

0 commit comments

Comments
 (0)