[ANY] Обновлены библиотеки

This commit is contained in:
Gravita 2021-07-11 16:00:58 +07:00
parent 72e0c55455
commit 7f1583c0a3
2 changed files with 16 additions and 15 deletions

View file

@ -71,6 +71,7 @@ task cleanjar(type: Jar, dependsOn: jar) {
dependencies { dependencies {
pack project(':LauncherAPI') pack project(':LauncherAPI')
pack group: 'org.apache.maven', name: 'maven-artifact', version: '3.8.1'
bundle group: 'org.fusesource.jansi', name: 'jansi', version: rootProject['verJansi'] bundle group: 'org.fusesource.jansi', name: 'jansi', version: rootProject['verJansi']
bundle group: 'org.jline', name: 'jline', version: rootProject['verJline'] bundle group: 'org.jline', name: 'jline', version: rootProject['verJline']
bundle group: 'org.jline', name: 'jline-reader', version: rootProject['verJline'] bundle group: 'org.jline', name: 'jline-reader', version: rootProject['verJline']

View file

@ -1,20 +1,20 @@
project.ext { project.ext {
verAsm = '9.1' verAsm = '9.2'
verNetty = '4.1.60.Final' verNetty = '4.1.65.Final'
verOshiCore = '5.6.0' verOshiCore = '5.7.5'
verJunit = '5.7.1' verJunit = '5.7.2'
verGuavaC = '30.1-jre' verGuavaC = '30.1.1-jre'
verJansi = '2.3.2' verJansi = '2.3.3'
verJline = '3.19.0' verJline = '3.20.0'
verJwt = '0.11.2' verJwt = '0.11.2'
verBcprov = '1.68' verBcprov = '1.69'
verGson = '2.8.6' verGson = '2.8.7'
verBcpkix = '1.68' verBcpkix = '1.69'
verSlf4j = '1.7.30' verSlf4j = '1.7.31'
verLog4j = '2.14.1' verLog4j = '2.14.1'
verMySQLConn = '8.0.23' verMySQLConn = '8.0.25'
verPostgreSQLConn = '42.2.19' verPostgreSQLConn = '42.2.23'
verProguard = '7.1.0-beta1' verProguard = '7.1.0'
verLaunch4j = '3.14' verLaunch4j = '3.14'
verHibernate = '5.4.29.Final' verHibernate = '5.5.3.Final'
} }