Skip to content

Commit 4163fdf

Browse files
committed
Upgrade to Jacoco 0.8.8.
See #1697
1 parent 506303a commit 4163fdf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

parent/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<guava>19.0</guava>
106106
<hamcrest>1.3</hamcrest>
107107
<jackson>2.12.6</jackson>
108-
<jacoco>0.8.7</jacoco>
108+
<jacoco>0.8.8</jacoco>
109109
<jodatime>2.10.14</jodatime>
110110
<jmolecules-integration>0.3.0</jmolecules-integration>
111111
<jsonpath>2.4.0</jsonpath>
@@ -272,8 +272,7 @@
272272
<exclude>org.springframework.data:*</exclude>
273273
</excludes>
274274
</requireReleaseDeps>
275-
<NoSnapshotDependenciesInDependencyManagementRule
276-
implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
275+
<NoSnapshotDependenciesInDependencyManagementRule implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
277276
<onlyWhenRelease>true</onlyWhenRelease>
278277
</NoSnapshotDependenciesInDependencyManagementRule>
279278
</rules>

0 commit comments

Comments
 (0)