[ANY] Update dependencies

This commit is contained in:
Gravita 2024-10-15 18:52:22 +07:00
parent 1463df0bf8
commit 2adfa63891
No known key found for this signature in database
GPG key ID: 543A8F335C9CD633

View file

@ -1,19 +1,19 @@
project.ext { project.ext {
verAsm = '9.7' verAsm = '9.7.1'
verNetty = '4.1.110.Final' verNetty = '4.1.114.Final'
verOshiCore = '6.6.4' verOshiCore = '6.6.5'
verJunit = '5.10.2' verJunit = '5.11.2'
verGuavaC = '30.1.1-jre' verGuavaC = '30.1.1-jre'
verJansi = '2.4.1' verJansi = '2.4.1'
verJline = '3.26.3' verJline = '3.26.3'
verJwt = '0.11.5' verJwt = '0.11.5'
verBcprov = '1.70' verBcprov = '1.70'
verGson = '2.10.1' verGson = '2.11.0'
verBcpkix = '1.70' verBcpkix = '1.70'
verSlf4j = '1.7.36' verSlf4j = '1.7.36'
verLog4j = '2.20.0' verLog4j = '2.24.1'
verMySQLConn = '8.4.0' verMySQLConn = '9.0.0'
verPostgreSQLConn = '42.7.4' verPostgreSQLConn = '42.7.4'
verProguard = '7.5.0' verProguard = '7.6.0'
verLaunch4j = '3.50' verLaunch4j = '3.50'
} }