Skip to content

Commit 67e4e3f

Browse files
committed
Update libraries to current versions
commons-io:commons-io ............................. 2.5 -> 2.6 org.assertj:assertj-core ...................... 3.8.0 -> 3.9.1
1 parent a542a2c commit 67e4e3f

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
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>fake-sftp-server-rule</artifactId>
12-
<version>2.0.0</version>
12+
<version>2.1.0-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Fake SFTP Server Rule</name>
@@ -66,13 +66,13 @@
6666
<dependency>
6767
<groupId>commons-io</groupId>
6868
<artifactId>commons-io</artifactId>
69-
<version>[2.5]</version>
69+
<version>[2.6]</version>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.assertj</groupId>
7474
<artifactId>assertj-core</artifactId>
75-
<version>[3.8.0]</version>
75+
<version>[3.9.1]</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>

0 commit comments

Comments
 (0)