Skip to content

Commit 3a1cc20

Browse files
committed
update dependencies version
1 parent 7b76af6 commit 3a1cc20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-compiler-plugin</artifactId>
61-
<version>3.3</version>
61+
<version>3.5.1</version>
6262
<configuration>
6363
<source>1.8</source>
6464
<target>1.8</target>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-surefire-plugin</artifactId>
75-
<version>2.19</version>
75+
<version>2.19.1</version>
7676
<configuration>
7777
<includes>
7878
<include>**/*Test*.java</include>
@@ -109,7 +109,7 @@
109109
<dependency>
110110
<groupId>org.assertj</groupId>
111111
<artifactId>assertj-core</artifactId>
112-
<version>3.2.0</version>
112+
<version>3.4.1</version>
113113
<scope>test</scope>
114114
</dependency>
115115
</dependencies>

0 commit comments

Comments
 (0)