Skip to content

Commit 9cfb30b

Browse files
authored
Update dependencies (#5632)
1 parent 93a815b commit 9cfb30b

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Next Release
44

55
### Internal
6-
- Bump Sentry to v8.21.1
6+
- Bump Sentry to v8.22.0
77
- Bump AndroidX Lifecycle to v2.9.4
88
- Bump AndroidX Test Runner to v1.7.0
99
- Bump AndroidX Test Rules to v1.7.0
@@ -12,7 +12,7 @@
1212
- Bump Play Services Auth to v21.4.0
1313
- Bump Material Components to v1.12.0
1414
- Bump Kotlin to v2.2.20
15-
- Bump AndroidX Work to v2.10.4
15+
- Bump AndroidX Work to v2.10.5
1616
- Bump AndroidX ViewModel to v2.9.4
1717
- Bump Lottie Compose to v6.6.9
1818
- Bump Gson to v2.13.2
@@ -21,6 +21,11 @@
2121
- Bump Google Truth to v1.4.5
2222
- Bump AndroidX Benchmark to v1.4.1
2323
- Bump AndroidX Camera to v1.5.0
24+
- Bump AndroidX Camera View to v1.5.0
25+
- Bump dagger to v2.57.2
26+
- Bump UUID generator to v5.1.1
27+
- Bump Compose BOM to v2025.09.01
28+
- Bump Sentry Android to v5.12.0
2429

2530
### Changes
2631

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
agp = "8.13.0"
33

4-
androidx-cameraView = "1.4.2"
4+
androidx-cameraView = "1.5.0"
55
androidx-camera = "1.5.0"
66
androidx-paging = "3.3.6"
77
androidx-room = "2.7.2"
8-
androidx-work = "2.10.4"
8+
androidx-work = "2.10.5"
99
androidx-security-crypto = "1.1.0-alpha07"
1010
androidx-viewmodel = "2.9.4"
1111
androidx-lifecycle = "2.9.4"
1212
androidx-activity = "1.10.1"
1313

1414
chucker = "4.2.0"
15-
dagger = "2.57.1"
15+
dagger = "2.57.2"
1616

1717
kotlin = "2.2.20"
1818

@@ -38,7 +38,7 @@ coroutines = "1.10.2"
3838

3939
compose-compiler = "1.5.13"
4040

41-
androidx-compose-bom = "2025.08.01"
41+
androidx-compose-bom = "2025.09.01"
4242

4343
composeThemeAdapter = "0.36.0"
4444

@@ -179,7 +179,7 @@ rx-java = "io.reactivex.rxjava2:rxjava:2.2.21"
179179
rx-kotlin = "io.reactivex.rxjava2:rxkotlin:2.4.0"
180180
rx-preferences = "com.f2prateek.rx.preferences2:rx-preferences:2.0.1"
181181

182-
sentry-android = "io.sentry:sentry-android:8.21.1"
182+
sentry-android = "io.sentry:sentry-android:8.22.0"
183183

184184
signaturepad = "com.github.gcacace:signature-pad:1.3.1"
185185

@@ -193,7 +193,7 @@ rx-java-extensions = "com.github.akarnokd:rxjava3-extensions:3.1.1"
193193

194194
truth = "com.google.truth:truth:1.4.5"
195195

196-
uuid-generator = "com.fasterxml.uuid:java-uuid-generator:5.1.0"
196+
uuid-generator = "com.fasterxml.uuid:java-uuid-generator:5.1.1"
197197

198198
#noinspection GradleDependency
199199
viewpump = "io.github.inflationx:viewpump:2.0.3"
@@ -230,7 +230,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
230230
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
231231
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
232232
google-services = { id = "com.google.gms.google-services", version = "4.4.3" }
233-
sentry = { id = "io.sentry.android.gradle", version = "5.9.0" }
233+
sentry = { id = "io.sentry.android.gradle", version = "5.12.0" }
234234

235235
[bundles]
236236
androidx-camera = ["androidx-camera-core", "androidx-camera-camera2", "androidx-camera-view", "androidx-camera-lifecycle"]

0 commit comments

Comments
 (0)