Skip to content

Commit 87d6e9e

Browse files
Update dependency jacoco to v0.8.10
1 parent a4a7af4 commit 87d6e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
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.8"
102+
toolVersion = "0.8.10"
103103
}
104104
}
105105

0 commit comments

Comments
 (0)