mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-02 06:24:03 +03:00
[ANY] Update dependencies
This commit is contained in:
parent
00446b40f0
commit
ac43034d45
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
project.ext {
|
project.ext {
|
||||||
verAsm = '9.7.1'
|
verAsm = '9.7.1'
|
||||||
verNetty = '4.2.0.RC3'
|
verNetty = '4.2.0.RC4'
|
||||||
verOshiCore = '6.6.6'
|
verOshiCore = '6.8.0'
|
||||||
verJunit = '5.11.4'
|
verJunit = '5.11.4'
|
||||||
verJansi = '2.4.1'
|
verJansi = '2.4.1'
|
||||||
verJline = '3.29.0'
|
verJline = '3.29.0'
|
||||||
verJwt = '0.12.6'
|
verJwt = '0.12.6'
|
||||||
verGson = '2.12.1'
|
verGson = '2.12.1'
|
||||||
verBcpkix = '1.80'
|
verBcpkix = '1.80'
|
||||||
verSlf4j = '2.0.16'
|
verSlf4j = '2.0.17'
|
||||||
verLog4j = '2.24.3'
|
verLog4j = '2.24.3'
|
||||||
verMySQLConn = '9.2.0'
|
verMySQLConn = '9.2.0'
|
||||||
verMariaDBConn = '3.5.1'
|
verMariaDBConn = '3.5.1'
|
||||||
verPostgreSQLConn = '42.7.5'
|
verPostgreSQLConn = '42.7.5'
|
||||||
verH2Conn = '2.3.232'
|
verH2Conn = '2.3.232'
|
||||||
verProguard = '7.6.1'
|
verProguard = '7.7.0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue