Merge pull request #2665 from nextcloud/dependabot/gradle/espressoVersion-3.5.1

Bump espressoVersion from 3.5.0 to 3.5.1
This commit is contained in:
Andy Scherzinger 2023-01-04 08:26:44 +01:00 committed by GitHub
commit b2b90f9b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ ext {
roomVersion = "2.4.3" roomVersion = "2.4.3"
workVersion = "2.7.1" workVersion = "2.7.1"
markwonVersion = "4.6.2" markwonVersion = "4.6.2"
espressoVersion = "3.5.0" espressoVersion = "3.5.1"
} }
def webRtcVersion = "106.5249.0" def webRtcVersion = "106.5249.0"