Skip to content

Commit 65c7718

Browse files
authored
Updates clj-ssh to latest JSch 0.2.13 (#74)
Upgrades JSch version and aligns junixsocket version to the one used by JSch. NOTE: this will transitively depend on the current latest Bouncy Castle 1.76 version.
1 parent 77f65f5 commit 65c7718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
:dependencies [[org.clojure/tools.logging "1.2.4"
1313
:exclusions [org.clojure/clojure]]
14-
[com.github.mwiede/jsch "0.2.12"]
14+
[com.github.mwiede/jsch "0.2.13"]
1515
[net.java.dev.jna/jna "5.13.0"]
16-
[com.kohlschutter.junixsocket/junixsocket-core "2.6.2" :extension "pom"]]
16+
[com.kohlschutter.junixsocket/junixsocket-core "2.8.3" :extension "pom"]]
1717
:jvm-opts ["-Djava.awt.headless=true"]
1818
:profiles {:provided {:dependencies [[org.clojure/clojure "1.10.1"]]}})
1919

0 commit comments

Comments
 (0)