We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a13059 + 1787fd9 commit 98ac567Copy full SHA for 98ac567
pom.xml
@@ -27,7 +27,7 @@
27
<dependency>
28
<groupId>junit</groupId>
29
<artifactId>junit</artifactId>
30
- <version>4.10</version>
+ <version>4.12</version>
31
<scope>test</scope>
32
</dependency>
33
</dependencies>
@@ -38,7 +38,7 @@
38
<plugin>
39
<groupId>org.jacoco</groupId>
40
<artifactId>jacoco-maven-plugin</artifactId>
41
- <version>0.8.2</version>
+ <version>0.8.5</version>
42
<executions>
43
<execution>
44
<goals>
@@ -54,6 +54,11 @@
54
</execution>
55
</executions>
56
</plugin>
57
+ <plugin>
58
+ <groupId>org.apache.maven.plugins</groupId>
59
+ <artifactId>maven-compiler-plugin</artifactId>
60
+ <version>3.8.0</version>
61
+ </plugin>
62
</plugins>
63
</build>
64
0 commit comments