Merge branch 'renovate/org.jacoco-org.jacoco.core-0.x' into 'develop'

Update dependency org.jacoco:org.jacoco.core to v0.8.8

See merge request funkwhale/funkwhale-android!197
This commit is contained in:
Ryan Harg 2022-08-29 19:24:01 +00:00
commit 3da84cb6b5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ buildscript {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
classpath("com.github.bjoernq:unmockplugin:0.7.9")
classpath("com.github.ben-manes:gradle-versions-plugin:0.42.0")
classpath("org.jacoco:org.jacoco.core:0.8.7")
classpath("org.jacoco:org.jacoco.core:0.8.8")
}
}