Skip to content

Commit 621af45

Browse files
Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.13
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.13. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.11...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] <support@github.com>
1 parent 9221fd5 commit 621af45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<plugin>
289289
<groupId>org.jacoco</groupId>
290290
<artifactId>jacoco-maven-plugin</artifactId>
291-
<version>0.8.11</version>
291+
<version>0.8.13</version>
292292
<executions>
293293
<execution>
294294
<goals>

testing/coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.jacoco</groupId>
4848
<artifactId>jacoco-maven-plugin</artifactId>
49-
<version>0.8.11</version>
49+
<version>0.8.13</version>
5050
<executions>
5151
<execution>
5252
<id>report-aggregate</id>

0 commit comments

Comments
 (0)