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

This commit is contained in:
Renovate Bot 2022-08-26 10:30:26 +00:00 committed by Ryan Harg
parent 8d9cdbb441
commit d139da56de
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")
}
}