From ac43034d45e79647a00a190c45c945ce4223f30d Mon Sep 17 00:00:00 2001 From: Gravita <12893402+gravit0@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:41:16 +0700 Subject: [PATCH] [ANY] Update dependencies --- props.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/props.gradle b/props.gradle index fece1ba7..9238f268 100644 --- a/props.gradle +++ b/props.gradle @@ -1,18 +1,18 @@ project.ext { verAsm = '9.7.1' - verNetty = '4.2.0.RC3' - verOshiCore = '6.6.6' + verNetty = '4.2.0.RC4' + verOshiCore = '6.8.0' verJunit = '5.11.4' verJansi = '2.4.1' verJline = '3.29.0' verJwt = '0.12.6' verGson = '2.12.1' verBcpkix = '1.80' - verSlf4j = '2.0.16' + verSlf4j = '2.0.17' verLog4j = '2.24.3' verMySQLConn = '9.2.0' verMariaDBConn = '3.5.1' verPostgreSQLConn = '42.7.5' verH2Conn = '2.3.232' - verProguard = '7.6.1' + verProguard = '7.7.0' }