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 spring-projectsgh-458
  • Loading branch information
snicoll authored and YKarychkovskyi-GridDynamics committed Jan 8, 2020
1 parent 9b14420 commit 94a9260
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 94a9260

Please sign in to comment.