Skip to content

Commit 5c3ecc4

Browse files
authored
Updates clj-ssh to latest JSch 0.2.15 (#75)
Upgrades JSch to the latest 0.2.15 version and aligns JNA version to 5.14.0. NOTE: this change will transitively depend on the latest 1.77 Bouncy Castle version.
1 parent 65c7718 commit 5c3ecc4

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,8 +11,8 @@
1111

1212
:dependencies [[org.clojure/tools.logging "1.2.4"
1313
:exclusions [org.clojure/clojure]]
14-
[com.github.mwiede/jsch "0.2.13"]
15-
[net.java.dev.jna/jna "5.13.0"]
14+
[com.github.mwiede/jsch "0.2.15"]
15+
[net.java.dev.jna/jna "5.14.0"]
1616
[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"]]}})

0 commit comments

Comments
 (0)