Skip to content

Commit

Permalink
Update dependency com.hierynomus:sshj to v0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 17, 2024
1 parent b372b1a commit 4f6ba37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ dependencies {
implementation 'org.springframework:spring-tx:6.1.13'
implementation 'org.springframework:spring-web:6.1.13'
implementation files('lib/jsch-0.1.54.jar')
implementation 'com.hierynomus:sshj:0.38.0'
implementation 'com.hierynomus:sshj:0.39.0'
implementation group: 'org.apache.sshd', name: 'sshd-common', version: '2.14.0'
implementation group: 'org.apache.sshd', name: 'sshd-sftp', version: '2.14.0'
implementation group: 'org.apache.sshd', name: 'sshd-core', version: '2.14.0'
Expand Down

0 comments on commit 4f6ba37

Please sign in to comment.