Skip to content

Commit 7756df7

Browse files
Bump com.github.mwiede:jsch from 2.27.2 to 2.27.7 in /examples
Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 2.27.2 to 2.27.7. - [Release notes](https://github.com/mwiede/jsch/releases) - [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog) - [Commits](mwiede/jsch@jsch-2.27.2...jsch-2.27.7) --- updated-dependencies: - dependency-name: com.github.mwiede:jsch dependency-version: 2.27.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f96a1b commit 7756df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sftp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
testImplementation 'com.github.mwiede:jsch:2.27.2'
10+
testImplementation 'com.github.mwiede:jsch:2.27.7'
1111
testImplementation 'org.testcontainers:testcontainers'
1212
testImplementation 'org.assertj:assertj-core:3.27.4'
1313
testImplementation 'ch.qos.logback:logback-classic:1.3.15'

0 commit comments

Comments
 (0)