Skip to content

Commit d134cda

Browse files
committed
jacoco 0.8.8
1 parent a7c6877 commit d134cda

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
@@ -178,7 +178,7 @@
178178
<plugin>
179179
<groupId>org.jacoco</groupId>
180180
<artifactId>jacoco-maven-plugin</artifactId>
181-
<version>0.8.0</version>
181+
<version>0.8.8</version>
182182
<executions>
183183
<execution>
184184
<goals>
@@ -221,7 +221,7 @@
221221
<plugin>
222222
<groupId>org.apache.maven.plugins</groupId>
223223
<artifactId>maven-compiler-plugin</artifactId>
224-
<version>3.1</version>
224+
<version>3.10.1</version>
225225
<configuration>
226226
<source>${project.build.jdk}</source>
227227
<target>${project.build.jdk}</target>

0 commit comments

Comments
 (0)