Skip to content

Commit ddee2fd

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

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
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.jacoco</groupId>
8585
<artifactId>jacoco-maven-plugin</artifactId>
86-
<version>0.8.12</version>
86+
<version>0.8.13</version>
8787
<executions>
8888
<execution>
8989
<id>jacoco-initialize</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
<plugin>
435435
<groupId>org.jacoco</groupId>
436436
<artifactId>jacoco-maven-plugin</artifactId>
437-
<version>0.8.12</version>
437+
<version>0.8.13</version>
438438
</plugin>
439439
<plugin>
440440
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)