Skip to content

Commit a580856

Browse files
author
Steve Riesenberg
committed
Update jacoco tool version to 0.8.9
Closes gh-13798
1 parent db37bdf commit a580856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/JacocoPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class JacocoPlugin implements Plugin<Project> {
3434
project.tasks.check.dependsOn project.tasks.jacocoTestReport
3535

3636
project.jacoco {
37-
toolVersion = '0.8.7'
37+
toolVersion = '0.8.9'
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)