Skip to content

Commit cd72d2a

Browse files
committed
Update libraries to current versions.
com.jcraft:jsch ............................. 0.1.53 -> 0.1.54 org.assertj:assertj-core ...................... 3.5.2 -> 3.8.0
1 parent d70d175 commit cd72d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.jcraft</groupId>
6262
<artifactId>jsch</artifactId>
63-
<version>[0.1.53]</version>
63+
<version>[0.1.54]</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.assertj</groupId>
7474
<artifactId>assertj-core</artifactId>
75-
<version>[3.5.2]</version>
75+
<version>[3.8.0]</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>

0 commit comments

Comments
 (0)