Bump jacoco dependency to 0.8.8

With jacoco 0.8.7 and JDK 17, tests show a
java.lang.instrument.IllegalClassFormatException
This commit is contained in:
Heiko Schaefer 2023-06-28 14:06:27 +02:00 committed by Paul Schaub
parent 4be2956469
commit eb7bb1bebe
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ allprojects {
}
jacoco {
toolVersion = "0.8.7"
toolVersion = "0.8.8"
}
jacocoTestReport {