Skip to content

Commit 19e4876

Browse files
authored
Merge branch 'main' into update-robolectric-config
2 parents 5773d2b + e4955d9 commit 19e4876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android-lint = "31.3.2"
66
androidGradlePlugin = "8.3.2"
77
androidx-test-core="1.5.0"
88
androidx-test-junit="1.1.5"
9-
androidx-test-truth = "1.5.0"
9+
androidx-test-truth = "1.6.0"
1010
appcompat = "1.7.0"
1111
autoValueParcel = "0.2.6"
1212
autovalue = "1.10.1"
@@ -216,7 +216,7 @@ turbine = { module = "app.cash.turbine:turbine", version = "1.2.0" }
216216
# correspondingly-named classes from the java.time package, which should be drop-in replacements.
217217
# Do not use three-ten-abp in production code (it's only for tests) because it has performance
218218
# issues.
219-
testonly-three-ten-abp = { module = "com.jakewharton.threetenabp:threetenabp", version = "1.4.7" }
219+
testonly-three-ten-abp = { module = "com.jakewharton.threetenabp:threetenabp", version = "1.4.9" }
220220
wiremock-standalone = { module = "com.github.tomakehurst:wiremock-standalone", version.ref = "wiremockStandalone" }
221221

222222
[bundles]

0 commit comments

Comments
 (0)