Skip to content

Commit d189a99

Browse files
dependabot[bot]morpheus-87
authored andcommitted
build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.11...v0.8.12) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12b549c commit d189a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
<plugin>
290290
<groupId>org.jacoco</groupId>
291291
<artifactId>jacoco-maven-plugin</artifactId>
292-
<version>0.8.11</version>
292+
<version>0.8.12</version>
293293
<executions>
294294
<execution>
295295
<id>pre-unit-test</id>
@@ -412,7 +412,7 @@
412412
<plugin>
413413
<groupId>org.jacoco</groupId>
414414
<artifactId>jacoco-maven-plugin</artifactId>
415-
<version>0.8.11</version>
415+
<version>0.8.12</version>
416416
</plugin>
417417
</plugins>
418418
</reporting>

0 commit comments

Comments
 (0)