Skip to content

Commit 98ac567

Browse files
authored
Merge pull request #25 from mformihir/master
Build dependencies fix
2 parents 6a13059 + 1787fd9 commit 98ac567

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>junit</groupId>
2929
<artifactId>junit</artifactId>
30-
<version>4.10</version>
30+
<version>4.12</version>
3131
<scope>test</scope>
3232
</dependency>
3333
</dependencies>
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.jacoco</groupId>
4040
<artifactId>jacoco-maven-plugin</artifactId>
41-
<version>0.8.2</version>
41+
<version>0.8.5</version>
4242
<executions>
4343
<execution>
4444
<goals>
@@ -54,6 +54,11 @@
5454
</execution>
5555
</executions>
5656
</plugin>
57+
<plugin>
58+
<groupId>org.apache.maven.plugins</groupId>
59+
<artifactId>maven-compiler-plugin</artifactId>
60+
<version>3.8.0</version>
61+
</plugin>
5762
</plugins>
5863
</build>
5964

0 commit comments

Comments
 (0)