Selaa lähdekoodia

Bump espressoVersion from 3.4.0 to 3.5.0

Bumps `espressoVersion` from 3.4.0 to 3.5.0.

Updates `espresso-core` from 3.4.0 to 3.5.0

Updates `espresso-contrib` from 3.4.0 to 3.5.0

Updates `espresso-web` from 3.4.0 to 3.5.0

Updates `espresso-accessibility` from 3.4.0 to 3.5.0

---
updated-dependencies:
- dependency-name: androidx.test.espresso:espresso-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.test.espresso:espresso-contrib
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.test.espresso:espresso-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.test.espresso:espresso-accessibility
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 vuotta sitten
vanhempi
commit
228d899d46
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -151,7 +151,7 @@ ext {
     roomVersion = "2.4.3"
     workVersion = "2.7.1"
     markwonVersion = "4.6.2"
-    espressoVersion = "3.4.0"
+    espressoVersion = "3.5.0"
 }
 
 def webRtcVersion = "96.4664.0"