Skip to content

Commit 9a723b8

Browse files
committed
Update dependencies of test scope
Avoid gap between the versions used by Fake SFTP Server Lambda and the acutal versions of the dependencies. This avoids that I have to bridge a large gap once I want to use a new version. The commit includes the following updates: commons-io:commons-io .......................... 2.8.0 -> 2.21.0 org.assertj:assertj-core ...................... 3.19.0 -> 3.27.7 org.slf4j:slf4j-nop ........................... 1.7.30 -> 1.7.36
1 parent d54b490 commit 9a723b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>commons-io</groupId>
6363
<artifactId>commons-io</artifactId>
64-
<version>[2.8.0]</version>
64+
<version>[2.21.0]</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.assertj</groupId>
6969
<artifactId>assertj-core</artifactId>
70-
<version>[3.19.0]</version>
70+
<version>[3.27.7]</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.slf4j</groupId>
8181
<artifactId>slf4j-nop</artifactId>
82-
<version>[1.7.30]</version>
82+
<version>[1.7.36]</version>
8383
<scope>test</scope>
8484
</dependency>
8585
</dependencies>

0 commit comments

Comments
 (0)