mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-02-22 19:49:46 +03:00
[ANY] Update dependencies
This commit is contained in:
parent
91d707b844
commit
cdf33cebc5
2 changed files with 9 additions and 9 deletions
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit f02bbbc20de0cbbf45f82b2dc5e2efcb1d846d44
|
||||
Subproject commit b2e476e5bb61c445937ec77078cd7597933847df
|
16
props.gradle
16
props.gradle
|
@ -1,19 +1,19 @@
|
|||
project.ext {
|
||||
verAsm = '9.7.1'
|
||||
verNetty = '4.1.114.Final'
|
||||
verOshiCore = '6.6.5'
|
||||
verJunit = '5.11.2'
|
||||
verOshiCore = '6.6.6'
|
||||
verJunit = '5.11.4'
|
||||
verGuavaC = '30.1.1-jre'
|
||||
verJansi = '2.4.1'
|
||||
verJline = '3.26.3'
|
||||
verJline = '3.29.0'
|
||||
verJwt = '0.11.5'
|
||||
verBcprov = '1.70'
|
||||
verGson = '2.11.0'
|
||||
verGson = '2.12.1'
|
||||
verBcpkix = '1.70'
|
||||
verSlf4j = '1.7.36'
|
||||
verLog4j = '2.24.1'
|
||||
verMySQLConn = '9.0.0'
|
||||
verPostgreSQLConn = '42.7.4'
|
||||
verProguard = '7.6.0'
|
||||
verLog4j = '2.24.3'
|
||||
verMySQLConn = '9.2.0'
|
||||
verPostgreSQLConn = '42.7.5'
|
||||
verProguard = '7.6.1'
|
||||
verLaunch4j = '3.50'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue