Bump org.jacoco.core from 0.8.6 to 0.8.7

Bumps [org.jacoco.core](https://github.com/jacoco/jacoco) from 0.8.6 to 0.8.7.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.6...v0.8.7)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-05 02:04:20 +00:00
committed by Robert Stoll
parent f442cdaf88
commit fdfc6800d2

View File

@@ -14,7 +14,7 @@ buildscript {
kotlin_version = '1.3.72'
// test
jacocoToolVersion = '0.8.6'
jacocoToolVersion = '0.8.7'
junitPlatformVersion = '1.7.1'
jupiterVersion = '5.7.1'
spek2Version = '2.0.12'