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 2632e54 commit 679d924Copy full SHA for 679d924
pom.xml
@@ -49,15 +49,15 @@
49
50
<properties>
51
<encoding>UTF-8</encoding>
52
- <slf4j.version>1.7.25</slf4j.version>
+ <slf4j.version>1.7.30</slf4j.version>
53
<project.build.outputTimestamp>1970-01-01T00:00:00Z</project.build.outputTimestamp>
54
</properties>
55
56
<dependencies>
57
<dependency>
58
<groupId>com.hierynomus</groupId>
59
<artifactId>sshj</artifactId>
60
- <version>0.27.0</version>
+ <version>0.31.0</version>
61
</dependency>
62
63
<groupId>org.slf4j</groupId>
@@ -73,7 +73,7 @@
73
74
<groupId>junit</groupId>
75
<artifactId>junit</artifactId>
76
- <version>4.12</version>
+ <version>4.13.2</version>
77
<scope>test</scope>
78
79
</dependencies>
0 commit comments