Skip to content

Commit 34e4fd8

Browse files
build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.13...v0.8.14) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6b7744 commit 34e4fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<plugin>
212212
<groupId>org.jacoco</groupId>
213213
<artifactId>jacoco-maven-plugin</artifactId>
214-
<version>0.8.13</version>
214+
<version>0.8.14</version>
215215
<executions>
216216
<execution>
217217
<id>default-prepare-agent</id>
@@ -244,7 +244,7 @@
244244
<plugin>
245245
<groupId>org.jacoco</groupId>
246246
<artifactId>jacoco-maven-plugin</artifactId>
247-
<version>0.8.13</version>
247+
<version>0.8.14</version>
248248
</plugin>
249249

250250
<!-- JXR (source code reference generator) -->

0 commit comments

Comments
 (0)