Skip to content

Commit 67c7759

Browse files
committed
Update jacoco plugin version to 0.8.4
In particular, starting from 0.8.0 private empty constructors are excluded from the report (see jacoco/jacoco#529) DEVSIX-3145
1 parent 8d67c42 commit 67c7759

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
@@ -78,7 +78,7 @@
7878
<hsqldb.version>2.3.3</hsqldb.version>
7979
<integrationtests>com.itextpdf.test.annotations.type.IntegrationTest</integrationtests>
8080
<itext.legacy.version>5.5.8</itext.legacy.version>
81-
<jacoco.version>0.7.9</jacoco.version>
81+
<jacoco.version>0.8.4</jacoco.version>
8282
<java.version>1.7</java.version>
8383
<javadoc-additionalOptions/>
8484
<javadoc-link>https://docs.oracle.com/javase/8/docs/api/</javadoc-link>

0 commit comments

Comments
 (0)