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.
1 parent 7b76af6 commit 3a1cc20Copy full SHA for 3a1cc20
pom.xml
@@ -58,7 +58,7 @@
58
<plugin>
59
<groupId>org.apache.maven.plugins</groupId>
60
<artifactId>maven-compiler-plugin</artifactId>
61
- <version>3.3</version>
+ <version>3.5.1</version>
62
<configuration>
63
<source>1.8</source>
64
<target>1.8</target>
@@ -72,7 +72,7 @@
72
73
74
<artifactId>maven-surefire-plugin</artifactId>
75
- <version>2.19</version>
+ <version>2.19.1</version>
76
77
<includes>
78
<include>**/*Test*.java</include>
@@ -109,7 +109,7 @@
109
<dependency>
110
<groupId>org.assertj</groupId>
111
<artifactId>assertj-core</artifactId>
112
- <version>3.2.0</version>
+ <version>3.4.1</version>
113
<scope>test</scope>
114
</dependency>
115
</dependencies>
0 commit comments