mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
Fix compatibility with Java 13
This commit upgrades jacoco to 0.8.5 as this version provides Java 13 support. Closes gh-458
This commit is contained in:
parent
6e4c31c681
commit
32301ed531
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue