Upgrade to Jacoco 0.8.8.

See #1697
This commit is contained in:
Mark Paluch
2022-04-19 08:58:41 +02:00
parent 506303a592
commit 4163fdf6dd

View File

@@ -105,7 +105,7 @@
<guava>19.0</guava>
<hamcrest>1.3</hamcrest>
<jackson>2.12.6</jackson>
<jacoco>0.8.7</jacoco>
<jacoco>0.8.8</jacoco>
<jodatime>2.10.14</jodatime>
<jmolecules-integration>0.3.0</jmolecules-integration>
<jsonpath>2.4.0</jsonpath>
@@ -272,8 +272,7 @@
<exclude>org.springframework.data:*</exclude>
</excludes>
</requireReleaseDeps>
<NoSnapshotDependenciesInDependencyManagementRule
implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
<NoSnapshotDependenciesInDependencyManagementRule implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
<onlyWhenRelease>true</onlyWhenRelease>
</NoSnapshotDependenciesInDependencyManagementRule>
</rules>