We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6e66c commit 238b523Copy full SHA for 238b523
1 file changed
pom.xml
@@ -55,7 +55,7 @@
55
<plugin>
56
<groupId>org.apache.maven.plugins</groupId>
57
<artifactId>maven-compiler-plugin</artifactId>
58
- <version>3.6.1</version>
+ <version>3.7.0</version>
59
<configuration>
60
<source>1.8</source>
61
<target>1.8</target>
@@ -64,7 +64,7 @@
64
65
<groupId>org.jacoco</groupId>
66
<artifactId>jacoco-maven-plugin</artifactId>
67
- <version>0.7.9</version>
+ <version>0.8.1</version>
68
<executions>
69
<execution>
70
<goals>
0 commit comments