Skip to content

Commit 77f65f5

Browse files
authored
Updates clj-ssh to latest JSch 0.2.12 (#73)
1 parent aba899e commit 77f65f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.4
2+
3+
- Moved jsch to version 0.2.12
4+
15
## 0.6.3
26

37
- Moved jsch to version 0.2.11

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
:dependencies [[org.clojure/tools.logging "1.2.4"
1313
:exclusions [org.clojure/clojure]]
14-
[com.github.mwiede/jsch "0.2.11"]
14+
[com.github.mwiede/jsch "0.2.12"]
1515
[net.java.dev.jna/jna "5.13.0"]
1616
[com.kohlschutter.junixsocket/junixsocket-core "2.6.2" :extension "pom"]]
1717
:jvm-opts ["-Djava.awt.headless=true"]

0 commit comments

Comments
 (0)