Merge pull request #7441 from vector-im/dependabot/gradle/org.amshove.kluent-kluent-android-1.72

Bump kluent-android from 1.68 to 1.72
This commit is contained in:
Benoit Marty 2022-10-25 11:03:53 +02:00 committed by GitHub
commit 141478d292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ ext.libs = [
'sentryAndroid' : "io.sentry:sentry-android:$sentry"
],
tests : [
'kluent' : "org.amshove.kluent:kluent-android:1.68",
'kluent' : "org.amshove.kluent:kluent-android:1.72",
'timberJunitRule' : "net.lachlanmckee:timber-junit-rule:1.0.1",
'junit' : "junit:junit:4.13.2",
]