Skip to content

Commit 9c00d0b

Browse files
committed
Bump jacoco to 0.8.8 to hopefully fix build on Java 17
1 parent 87fc4c0 commit 9c00d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.jacoco</groupId>
130130
<artifactId>jacoco-maven-plugin</artifactId>
131-
<version>0.8.2</version>
131+
<version>0.8.8</version>
132132
<executions>
133133
<execution>
134134
<id>prepare-agent</id>

0 commit comments

Comments
 (0)