Skip to content

Commit ebb8c8f

Browse files
build(deps): bump jacoco-maven-plugin from 0.8.9 to 0.8.10
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.9 to 0.8.10. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.9...v0.8.10) --- 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 518881e commit ebb8c8f

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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ limitations under the License.
568568
<plugin>
569569
<groupId>org.jacoco</groupId>
570570
<artifactId>jacoco-maven-plugin</artifactId>
571-
<version>0.8.9</version>
571+
<version>0.8.10</version>
572572
<executions>
573573
<execution>
574574
<id>jacoco-initialize</id>

0 commit comments

Comments
 (0)