Browse Source

Merge pull request #316 from vector-im/renovate/io.mockk

Update dependency io.mockk:mockk to v1.13.5
test/jme/compound-poc
Florian Renaud 1 year ago committed by GitHub
parent
commit
09a3999cc9
  1. 2
      gradle/libs.versions.toml

2
gradle/libs.versions.toml

@ -108,7 +108,7 @@ test_junit = "junit:junit:4.13.2"
test_runner = "androidx.test:runner:1.5.2" test_runner = "androidx.test:runner:1.5.2"
test_uiautomator = "androidx.test.uiautomator:uiautomator:2.2.0" test_uiautomator = "androidx.test.uiautomator:uiautomator:2.2.0"
test_junitext = "androidx.test.ext:junit:1.1.5" test_junitext = "androidx.test.ext:junit:1.1.5"
test_mockk = "io.mockk:mockk:1.13.4" test_mockk = "io.mockk:mockk:1.13.5"
test_barista = "com.adevinta.android:barista:4.3.0" test_barista = "com.adevinta.android:barista:4.3.0"
test_hamcrest = "org.hamcrest:hamcrest:2.2" test_hamcrest = "org.hamcrest:hamcrest:2.2"
test_orchestrator = "androidx.test:orchestrator:1.4.2" test_orchestrator = "androidx.test:orchestrator:1.4.2"

Loading…
Cancel
Save