Compare commits

..

1 commit

Author SHA1 Message Date
Antoni
88d121c7e2
Merge 0e1691ee4c into 86ea247f07 2024-10-13 20:07:05 +03:00
3 changed files with 10 additions and 10 deletions

Binary file not shown.

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

View file

@ -1,18 +1,18 @@
project.ext {
verAsm = '9.7.1'
verNetty = '4.1.114.Final'
verOshiCore = '6.6.5'
verJunit = '5.11.2'
verAsm = '9.7'
verNetty = '4.1.111.Final'
verOshiCore = '6.6.4'
verJunit = '5.10.2'
verJansi = '2.4.1'
verJline = '3.26.3'
verJwt = '0.12.6'
verJwt = '0.12.5'
verGson = '2.11.0'
verBcpkix = '1.78.1'
verSlf4j = '2.0.16'
verLog4j = '2.24.1'
verSlf4j = '2.0.13'
verLog4j = '2.23.1'
verMySQLConn = '9.0.0'
verMariaDBConn = '3.4.1'
verMariaDBConn = '3.4.0'
verPostgreSQLConn = '42.7.4'
verH2Conn = '2.3.232'
verProguard = '7.6.0'
verProguard = '7.5.0'
}