Merge pull request #10047 from nextcloud/dependabot/gradle/jacoco_version-0.8.8

Bump jacoco_version from 0.8.7 to 0.8.8
This commit is contained in:
Álvaro Brey 2022-04-07 10:37:27 +02:00 committed by GitHub
commit 9d68af7caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
buildscript {
ext {
jacoco_version = '0.8.7'
jacoco_version = '0.8.8'
kotlin_version = '1.6.20'
androidxTestVersion = "1.4.0"
daggerVersion = "2.41"