Skip to content

Commit ea88467

Browse files
authored
Merge pull request #257 from fsteeg/openjdk-11
Update jacoco version to fix openjdk-11 build issue
2 parents efeef6e + 2540dfc commit ea88467

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)