Skip to content

Commit 447b3b2

Browse files
chore: [DevOps] bump org.jacoco:jacoco-maven-plugin in the plugins group (#410)
Bumps the plugins group with 1 update: [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco). Updates `org.jacoco:jacoco-maven-plugin` 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 dependency-group: plugins ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e64e63 commit 447b3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
675675
<plugin>
676676
<groupId>org.jacoco</groupId>
677677
<artifactId>jacoco-maven-plugin</artifactId>
678-
<version>0.8.12</version>
678+
<version>0.8.13</version>
679679
<configuration>
680680
<excludes>
681681
<!-- Exclude generated clients and end to end application from test coverage -->

0 commit comments

Comments
 (0)