Skip to content

Commit baedad5

Browse files
authored
Update JaCoCo Maven plugin version to 0.8.11 to support jdk 17+
1 parent e754b8c commit baedad5

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
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.jacoco</groupId>
196196
<artifactId>jacoco-maven-plugin</artifactId>
197-
<version>0.8.7</version>
197+
<version>0.8.11</version>
198198
<executions>
199199
<execution>
200200
<id>pre-unit-test</id>

0 commit comments

Comments
 (0)