mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[ANY] Bump netty to new version.
This commit is contained in:
parent
6a70a23556
commit
1e02f5b2f9
5 changed files with 5 additions and 5 deletions
|
@ -51,7 +51,7 @@ bundle project(':Radon')
|
|||
bundle 'commons-io:commons-io:2.6'
|
||||
bundle 'commons-codec:commons-codec:1.11'
|
||||
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-api:1.7.25'
|
||||
|
|
|
@ -41,7 +41,7 @@ pack project(':LauncherAuthlib')
|
|||
bundle 'com.jfoenix:jfoenix:8.0.8'
|
||||
bundle 'de.jensd:fontawesomefx:8.9'
|
||||
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'
|
||||
}
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
dependencies {
|
||||
compile project(':libLauncher')
|
||||
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'
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
dependencies {
|
||||
pack project(':LauncherAuthlib')
|
||||
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 {
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit c338164496249a17eea2079ed560b09132831f35
|
||||
Subproject commit 9e3e773124ced1d3530349a69c21854aa88eaf6b
|
Loading…
Reference in a new issue