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
parent 1d5cc1c111
commit 52654af2aa
No known key found for this signature in database
GPG Key ID: 4A849A1904CCBD7D
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 {