Skip to content

Commit

Permalink
Use latest javassist version
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatWolf committed May 2, 2019
1 parent 0a3cc38 commit 7ae54a5
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 @@ sourceSets {
}

dependencies {
compile group: 'org.javassist', name: 'javassist', version: '3.22.0-GA' //'3.+'
compile group: 'org.javassist', name: 'javassist', version: '3.25.0-GA' //'3.+'
compile group: 'org.slf4j', name: 'slf4j-nop', version: '[1.7,)' //'1.7.+'
compile group: 'org.yaml', name: 'snakeyaml', version: '[1,)' //'1.+'
compile group: 'com.hierynomus', name: 'sshj', version: '0.21.1'
Expand Down

0 comments on commit 7ae54a5

Please sign in to comment.