[ANY] Bump netty to new version.

This commit is contained in:
Zaxar163 2019-05-03 23:06:04 +03:00
parent 6a70a23556
commit 1e02f5b2f9
5 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,7 @@ bundle project(':Radon')
bundle 'commons-io:commons-io:2.6' bundle 'commons-io:commons-io:2.6'
bundle 'commons-codec:commons-codec:1.11' bundle 'commons-codec:commons-codec:1.11'
bundle 'org.javassist:javassist:3.24.1-GA' bundle 'org.javassist:javassist:3.24.1-GA'
bundle 'io.netty:netty-all:4.1.32.Final' bundle 'io.netty:netty-all:4.1.36.Final'
bundle 'org.slf4j:slf4j-simple:1.7.25' bundle 'org.slf4j:slf4j-simple:1.7.25'
bundle 'org.slf4j:slf4j-api:1.7.25' bundle 'org.slf4j:slf4j-api:1.7.25'

View file

@ -41,7 +41,7 @@ pack project(':LauncherAuthlib')
bundle 'com.jfoenix:jfoenix:8.0.8' bundle 'com.jfoenix:jfoenix:8.0.8'
bundle 'de.jensd:fontawesomefx:8.9' bundle 'de.jensd:fontawesomefx:8.9'
bundle 'org.apache.httpcomponents:httpclient:4.5.7' bundle 'org.apache.httpcomponents:httpclient:4.5.7'
pack 'io.netty:netty-all:4.1.32.Final' pack 'io.netty:netty-all:4.1.36.Final'
pack 'org.ow2.asm:asm-tree:7.1' pack 'org.ow2.asm:asm-tree:7.1'
} }

View file

@ -4,5 +4,5 @@
dependencies { dependencies {
compile project(':libLauncher') compile project(':libLauncher')
compileOnly 'org.apache.httpcomponents:httpclient:4.5.7' compileOnly 'org.apache.httpcomponents:httpclient:4.5.7'
compileOnly 'io.netty:netty-all:4.1.32.Final' compileOnly 'io.netty:netty-all:4.1.36.Final'
} }

View file

@ -29,7 +29,7 @@
dependencies { dependencies {
pack project(':LauncherAuthlib') pack project(':LauncherAuthlib')
pack 'org.apache.httpcomponents:httpclient:4.5.7' pack 'org.apache.httpcomponents:httpclient:4.5.7'
pack 'io.netty:netty-all:4.1.32.Final' pack 'io.netty:netty-all:4.1.36.Final'
} }
shadowJar { shadowJar {

@ -1 +1 @@
Subproject commit c338164496249a17eea2079ed560b09132831f35 Subproject commit 9e3e773124ced1d3530349a69c21854aa88eaf6b