Skip to content

Commit

Permalink
Merge pull request #3 from rundeck-plugins/issue/1732
Browse files Browse the repository at this point in the history
fixes rundeckpro#1732 upgrade ssj to version 0.31.0 from version 0.27.0
  • Loading branch information
ltamaster authored May 18, 2021
2 parents 7ba7f44 + a9d03e5 commit bb4bd9e
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 @@ -42,7 +42,7 @@ configurations{

dependencies {

pluginLibs group: 'com.hierynomus', name: 'sshj', version: '0.27.0', ext: 'jar'
pluginLibs group: 'com.hierynomus', name: 'sshj', version: '0.31.0', ext: 'jar'
pluginLibs group: 'net.i2p.crypto', name: 'eddsa', version: '0.3.0', ext: 'jar'
pluginLibs group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.61', ext: 'jar'
pluginLibs group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.61', ext: 'jar'
Expand Down

0 comments on commit bb4bd9e

Please sign in to comment.