mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
Update dependencies.
This commit is contained in:
parent
7d625b4640
commit
ebdf52d344
2 changed files with 3 additions and 5 deletions
|
@ -35,13 +35,11 @@
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':libLauncher') // pack
|
compile project(':libLauncher') // pack
|
||||||
compileOnly 'org.ow2.asm:asm-debug-all:5.0.4'
|
bundle 'org.ow2.asm:asm-commons:7.0'
|
||||||
bundleOnly 'org.ow2.asm:asm-all:5.0.4'
|
bundle 'org.ow2.asm:asm-util:7.0'
|
||||||
bundle 'org.apache.logging.log4j:log4j-core:2.9.0'
|
|
||||||
bundle 'mysql:mysql-connector-java:8.0.12'
|
bundle 'mysql:mysql-connector-java:8.0.12'
|
||||||
bundle 'jline:jline:2.14.6'
|
bundle 'jline:jline:2.14.6'
|
||||||
bundle 'net.sf.proguard:proguard-base:6.0.3'
|
bundle 'net.sf.proguard:proguard-base:6.0.3'
|
||||||
bundle 'org.bouncycastle:bcpkix-jdk15on:1.49'
|
|
||||||
bundle 'org.fusesource.jansi:jansi:1.17.1'
|
bundle 'org.fusesource.jansi:jansi:1.17.1'
|
||||||
bundle 'commons-io:commons-io:2.6'
|
bundle 'commons-io:commons-io:2.6'
|
||||||
bundle 'org.javassist:javassist:3.23.1-GA'
|
bundle 'org.javassist:javassist:3.23.1-GA'
|
||||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
||||||
Subproject commit f4ff154d105248c5bcb3a4cb217b38eed01b3a27
|
Subproject commit c671ec5f9a3da8fb34d15dc9e88cca57c6e5be78
|
Loading…
Reference in a new issue