Skip to content

Commit

Permalink
Updates clj-ssh to latest JSch 0.2.13 (#74)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tiagomlalves authored Nov 14, 2023
1 parent 77f65f5 commit 65c7718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

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

0 comments on commit 65c7718

Please sign in to comment.