Merge pull request #481 from vector-im/renovate/com.google.truth

Update dependency com.google.truth:truth to v1.1.4
This commit is contained in:
Benoit Marty 2023-05-31 02:11:50 +02:00 committed by GitHub
commit d5b4ea2674

View file

@ -119,7 +119,7 @@ test_barista = "com.adevinta.android:barista:4.3.0"
test_hamcrest = "org.hamcrest:hamcrest:2.2"
test_orchestrator = "androidx.test:orchestrator:1.4.2"
test_turbine = "app.cash.turbine:turbine:0.13.0"
test_truth = "com.google.truth:truth:1.1.3"
test_truth = "com.google.truth:truth:1.1.4"
test_parameter_injector = "com.google.testparameterinjector:test-parameter-injector:1.12"
test_robolectric = "org.robolectric:robolectric:4.10.3"
test_appyx_junit = { module = "com.bumble.appyx:testing-junit4", version.ref = "appyx" }