File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
13
13
}
14
14
15
15
group = " org.embulk.input.sftp"
16
- version = " 0.3.3 "
16
+ version = " 0.3.4 "
17
17
description = " Reads files stored on remote server using SFTP."
18
18
19
19
sourceCompatibility = 1.8
@@ -27,7 +27,7 @@ dependencies {
27
27
compileOnly " org.embulk:embulk-core:0.9.23"
28
28
compile " org.apache.commons:commons-vfs2:2.2"
29
29
compile " commons-io:commons-io:2.6"
30
- compile " com.jcraft :jsch:0.1.55 "
30
+ compile " com.github.mwiede :jsch:0.1.60 "
31
31
32
32
testCompile " junit:junit:4.13"
33
33
testCompile " org.embulk:embulk-core:0.9.23:tests"
Original file line number Diff line number Diff line change 1
1
# This is a Gradle generated file for dependency locking.
2
2
# Manual edits can break the build and are not advised.
3
3
# 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
5
5
commons-io:commons-io:2.6
6
6
commons-logging:commons-logging:1.2
7
7
org.apache.commons:commons-vfs2:2.2
You can’t perform that action at this time.
0 commit comments