diff --git a/build.gradle b/build.gradle index 43de18a3..9e45e737 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.github.johnrengelman.shadow' version '7.1.2' apply false + id 'com.github.johnrengelman.shadow' version '8.1.1' apply false id 'maven-publish' id 'signing' id 'org.openjfx.javafxplugin' version '0.1.0' apply false diff --git a/props.gradle b/props.gradle index 99b9aa98..13ee367d 100644 --- a/props.gradle +++ b/props.gradle @@ -1,18 +1,18 @@ 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' verJansi = '2.4.1' - verJline = '3.26.3' + verJline = '3.29.0' verJwt = '0.12.6' - verGson = '2.11.0' - verBcpkix = '1.78.1' + verGson = '2.12.1' + verBcpkix = '1.80' verSlf4j = '2.0.16' - verLog4j = '2.24.1' - verMySQLConn = '9.0.0' - verMariaDBConn = '3.4.1' - verPostgreSQLConn = '42.7.4' + verLog4j = '2.24.3' + verMySQLConn = '9.2.0' + verMariaDBConn = '3.5.1' + verPostgreSQLConn = '42.7.5' verH2Conn = '2.3.232' - verProguard = '7.6.0' + verProguard = '7.6.1' }