Skip to content

Commit 21c4546

Browse files
Update all dependencies
1 parent ee6720a commit 21c4546

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

gradle/libs.versions.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ targetSdkVersion = "34"
55
minSdkVersion = "23"
66

77
# lint versions
8-
lintApi = "31.8.2"
9-
lintGradlePlugin = "8.8.2"
8+
lintApi = "31.9.1"
9+
lintGradlePlugin = "8.9.1"
1010

1111
# gradlePlugin versions
12-
androidGradlePlugin = "8.8.2"
12+
androidGradlePlugin = "8.9.1"
1313
apolloAdapters = "0.0.4"
1414
apollo = "4.1.1"
1515
cacheFix = "3.0.1"
@@ -21,7 +21,7 @@ googleServices = "4.4.2"
2121
gradleDevelocity = "3.19.2"
2222
kotlin = "2.1.10"
2323
kotlinter = "5.0.1"
24-
ksp = "2.1.10-1.0.31"
24+
ksp = "2.1.20-1.0.31"
2525
ktor = "3.1.1"
2626
license = "0.9.8"
2727
molecule = "2.0.0"
@@ -32,12 +32,12 @@ accompanist = "0.37.2"
3232
androidx-activity-compose = "1.10.1"
3333
androidx-activity-core = "1.10.1"
3434
androidx-annotation = "1.9.1"
35-
androidx-composeBom = "2025.02.00"
35+
androidx-composeBom = "2025.03.00"
3636
#todo: remove this alpha when stable compose version bumps to 1.8
3737
androidx-datastore = "1.1.3"
3838
androidx-junit = "1.2.1"
3939
androidx-lifecycle = "2.8.7"
40-
androidx-navigation = "2.8.7"
40+
androidx-navigation = "2.8.9"
4141
androidx-other-appCompat = "1.7.0"
4242
androidx-other-browser = "1.8.0"
4343
androidx-other-constraintLayout = "2.2.0"
@@ -47,7 +47,7 @@ androidx-other-startup = "1.2.0"
4747
androidx-other-workManager = "2.10.0"
4848
androidx-test = "1.6.1"
4949
androidx-testRunners = "1.6.2"
50-
androidx-ui-alpha = "1.8.0-beta03"
50+
androidx-ui-alpha = "1.8.0-rc01"
5151
androidxGraphicsShapes = "1.0.1"
5252
arrow = "2.0.1"
5353
assertK = "0.28.1"
@@ -56,8 +56,8 @@ coil = "2.7.0"
5656
composeRichtext = "1.0.0-alpha02"
5757
coreLibraryDesugaring = "2.1.5"
5858
coroutines = "1.10.1"
59-
datadog = "2.18.0"
60-
dependencyAnalysis = "2.10.1"
59+
datadog = "2.19.2"
60+
dependencyAnalysis = "2.13.0"
6161
firebaseCrashlyticsBuildtools = "3.0.3"
6262
hedvigAuthlib = "1.4.3"
6363
junit = "4.13.2"
@@ -72,19 +72,19 @@ okhttp = "4.12.0"
7272
okio = "3.10.2"
7373
paging = "3.3.6"
7474
playReview = "2.0.2"
75-
playServicesBase = "18.5.0"
75+
playServicesBase = "18.6.0"
7676
retrofit = "2.11.0"
7777
robolectric = "4.14.1"
78-
room = "2.7.0-rc01"
78+
room = "2.7.0-rc02"
7979
slimber = "2.0.0"
80-
sqlite = "2.5.0-rc01"
80+
sqlite = "2.5.0-rc02"
8181
testParameterInjector = "1.18"
8282
timber = "5.0.1"
8383
turbine = "1.2.0"
8484
unleash = "1.0.0"
8585
uuid = "0.8.4"
8686
zXing = "3.5.3"
87-
zoomable = "1.6.2"
87+
zoomable = "1.7.0"
8888

8989
[libraries]
9090

@@ -163,7 +163,7 @@ datadog-sdk-okhttp = { module = "com.datadoghq:dd-sdk-android-okhttp", version.r
163163
datadog-sdk-rum = { module = "com.datadoghq:dd-sdk-android-rum", version.ref = "datadog" }
164164
datadog-sdk-trace = { module = "com.datadoghq:dd-sdk-android-trace", version.ref = "datadog" }
165165
firebase-analytics = { module = "com.google.firebase:firebase-analytics-ktx" }
166-
firebase-bom = "com.google.firebase:firebase-bom:33.10.0"
166+
firebase-bom = "com.google.firebase:firebase-bom:33.11.0"
167167
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx" }
168168
firebase-dynamicLinks = { module = "com.google.firebase:firebase-dynamic-links" }
169169
firebase-messaging = { module = "com.google.firebase:firebase-messaging-ktx" }

0 commit comments

Comments
 (0)