Skip to content

Commit

Permalink
Update Netty 4.1.24 -> 4.1.29 and Gradle 4.5 -> 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
int08h committed Sep 9, 2018
1 parent 7bfc8a5 commit 68f33e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
// local snapshot of Ed25519
compile files('lib/eddsa-0.1.0.jar')

compile 'io.netty:netty-all:4.1.24.Final'
compile 'io.netty:netty-all:4.1.29.Final'

testCompile 'junit:junit:4.12'
}
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Sat Jan 27 20:38:00 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip

0 comments on commit 68f33e8

Please sign in to comment.