Skip to content

Commit ee0dc08

Browse files
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 d889d63 commit ee0dc08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extended/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.jacoco</groupId>
9090
<artifactId>jacoco-maven-plugin</artifactId>
91-
<version>0.8.11</version>
91+
<version>0.8.12</version>
9292
<executions>
9393
<execution>
9494
<id>jacoco-initialize</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
<plugin>
432432
<groupId>org.jacoco</groupId>
433433
<artifactId>jacoco-maven-plugin</artifactId>
434-
<version>0.8.11</version>
434+
<version>0.8.12</version>
435435
</plugin>
436436
<plugin>
437437
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)