Skip to content

Commit 49403b9

Browse files
committed
pom: update jacoco plugin to java21 capable
in prep to java21 Acked-by: Lea Morschel Target: master
1 parent 2162529 commit 49403b9

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
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.jacoco</groupId>
9898
<artifactId>jacoco-maven-plugin</artifactId>
99-
<version>0.8.8</version>
99+
<version>0.8.12</version>
100100
<executions>
101101
<!--
102102
Prepares the property pointing to the JaCoCo runtime agent which

0 commit comments

Comments
 (0)