Skip to content

Commit 955bb0b

Browse files
support for openssh
1 parent 67800c6 commit 955bb0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
group = "org.embulk.input.sftp"
16-
version = "0.3.3"
16+
version = "0.3.4"
1717
description = "Reads files stored on remote server using SFTP."
1818

1919
sourceCompatibility = 1.8
@@ -27,7 +27,7 @@ dependencies {
2727
compileOnly "org.embulk:embulk-core:0.9.23"
2828
compile "org.apache.commons:commons-vfs2:2.2"
2929
compile "commons-io:commons-io:2.6"
30-
compile "com.jcraft:jsch:0.1.55"
30+
compile "com.github.mwiede:jsch:0.1.60"
3131

3232
testCompile "junit:junit:4.13"
3333
testCompile "org.embulk:embulk-core:0.9.23:tests"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
com.jcraft:jsch:0.1.55
4+
com.github.mwiede:jsch:0.1.60
55
commons-io:commons-io:2.6
66
commons-logging:commons-logging:1.2
77
org.apache.commons:commons-vfs2:2.2

0 commit comments

Comments
 (0)