Skip to content

Commit 2540dfc

Browse files
committed
Update jacoco version to fix openjdk-11 build issue
See https://travis-ci.org/jsonld-java/jsonld-java/jobs/522318660
1 parent efeef6e commit 2540dfc

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
@@ -447,7 +447,7 @@
447447
<plugin>
448448
<groupId>org.jacoco</groupId>
449449
<artifactId>jacoco-maven-plugin</artifactId>
450-
<version>0.8.1</version>
450+
<version>0.8.4</version>
451451
<executions>
452452
<execution>
453453
<id>prepare-agent</id>

0 commit comments

Comments
 (0)