Skip to content

Commit 7ff2978

Browse files
committed
Upgrade to Jacoco 0.8.2 to be Java 11 ready #54
Signed-off-by: Aurélien Pupier <[email protected]>
1 parent e3b9e99 commit 7ff2978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.jacoco</groupId>
7979
<artifactId>jacoco-maven-plugin</artifactId>
80-
<version>0.8.1</version>
80+
<version>0.8.2</version>
8181
<configuration>
8282
<append>true</append>
8383
<includes>com.github.cameltooling.lsp.*,com.github.cameltooling.*</includes>

0 commit comments

Comments
 (0)