Skip to content

Commit 16d158e

Browse files
Update dependency jacoco to v0.8.8
1 parent 2cce9c7 commit 16d158e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ subprojects {
9999

100100
// Only run Jacoco in the test phase, not the integration test phase
101101
jacoco {
102-
toolVersion = "0.8.5"
102+
toolVersion = "0.8.8"
103103
}
104104
}
105105

0 commit comments

Comments
 (0)