Skip to content

Commit

Permalink
fixes rundeckpro#1732 upgrade ssj to version 0.31.0 from version 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imad6639 committed May 17, 2021
1 parent 7ba7f44 commit a9d03e5
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 a9d03e5

Please sign in to comment.