From 5f04ea7ccc48bac6f87672bfc65881f14803de8c Mon Sep 17 00:00:00 2001 From: Gravita <12893402+gravit0@users.noreply.github.com> Date: Thu, 30 May 2024 22:36:12 +0700 Subject: [PATCH] [ANY] Update dependencies --- props.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/props.gradle b/props.gradle index 30ea7931..b7394704 100644 --- a/props.gradle +++ b/props.gradle @@ -1,8 +1,8 @@ project.ext { - verAsm = '9.6' - verNetty = '4.1.99.Final' - verOshiCore = '6.4.11' - verJunit = '5.9.3' + verAsm = '9.7' + verNetty = '4.1.110.Final' + verOshiCore = '6.6.1' + verJunit = '5.10.2' verGuavaC = '30.1.1-jre' verJansi = '2.4.1' verJline = '3.25.0' @@ -12,8 +12,8 @@ verBcpkix = '1.70' verSlf4j = '1.7.36' verLog4j = '2.20.0' - verMySQLConn = '8.3.0' - verPostgreSQLConn = '42.7.1' - verProguard = '7.4.1' + verMySQLConn = '8.4.0' + verPostgreSQLConn = '42.7.3' + verProguard = '7.5.0' verLaunch4j = '3.50' }