Skip to content

Commit f282412

Browse files
Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.7 to 0.8.8. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.7...v0.8.8) --- 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 1d87157 commit f282412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.jacoco</groupId>
112112
<artifactId>jacoco-maven-plugin</artifactId>
113-
<version>0.8.7</version>
113+
<version>0.8.8</version>
114114
<executions>
115115
<execution>
116116
<id>prepare-agent</id>
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-compiler-plugin</artifactId>
179-
<version>3.9.0</version>
179+
<version>3.10.1</version>
180180
<configuration>
181181
<source>1.8</source>
182182
<target>1.8</target>

0 commit comments

Comments
 (0)