Update dependency com.google.truth:truth to v1.1.4

This commit is contained in:
renovate[bot] 2023-05-30 19:11:42 +00:00 committed by GitHub
parent 6ad14aa223
commit ca59960e17

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" }