Skip to content

Commit

Permalink
Fix compatibility with Java 13
Browse files Browse the repository at this point in the history
This commit upgrades jacoco to 0.8.5 as this version provides Java 13
support.

Closes gh-458
  • Loading branch information
snicoll committed Oct 31, 2019
1 parent 6e4c31c commit 32301ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<webjars-jquery.version>2.2.4</webjars-jquery.version>
<wro4j.version>1.8.0</wro4j.version>

<jacoco.version>0.8.2</jacoco.version>
<jacoco.version>0.8.5</jacoco.version>

</properties>

Expand Down

0 comments on commit 32301ed

Please sign in to comment.