Skip to content

Commit ed2bcad

Browse files
committed
libs: update sshd-core to version 2.15.0
up-to-date dependency, fixes, no need for extra dependency for ed25519 support. See: https://github.com/apache/mina-sshd/releases Acked-by: Lea Morschel Target: master Require-book: no Require-notes: no
1 parent 9c97b20 commit ed2bcad

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

modules/dcache/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,6 @@
205205
<groupId>org.apache.sshd</groupId>
206206
<artifactId>sshd-core</artifactId>
207207
</dependency>
208-
<!-- For ed25519 support -->
209-
<dependency>
210-
<groupId>net.i2p.crypto</groupId>
211-
<artifactId>eddsa</artifactId>
212-
</dependency>
213208
<dependency>
214209
<groupId>commons-codec</groupId>
215210
<artifactId>commons-codec</artifactId>

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -532,14 +532,8 @@
532532
<dependency>
533533
<groupId>org.apache.sshd</groupId>
534534
<artifactId>sshd-core</artifactId>
535-
<version>2.13.1</version>
535+
<version>2.15.0</version>
536536
</dependency>
537-
<!-- For ed25519 support -->
538-
<dependency>
539-
<groupId>net.i2p.crypto</groupId>
540-
<artifactId>eddsa</artifactId>
541-
<version>0.3.0</version>
542-
</dependency>
543537
<dependency>
544538
<groupId>org.liquibase</groupId>
545539
<artifactId>liquibase-core</artifactId>

0 commit comments

Comments
 (0)