Skip to content

Commit 3057a1a

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 d73b918 commit 3057a1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extended/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.jacoco</groupId>
8686
<artifactId>jacoco-maven-plugin</artifactId>
87-
<version>0.8.12</version>
87+
<version>0.8.13</version>
8888
<executions>
8989
<execution>
9090
<id>jacoco-initialize</id>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
<plugin>
416416
<groupId>org.jacoco</groupId>
417417
<artifactId>jacoco-maven-plugin</artifactId>
418-
<version>0.8.12</version>
418+
<version>0.8.13</version>
419419
</plugin>
420420
<plugin>
421421
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)