From 1f8a81ef583a86ede5907cfb083b2c7fadba9414 Mon Sep 17 00:00:00 2001 From: Gravit Date: Fri, 27 Mar 2020 10:30:06 +0700 Subject: [PATCH] =?UTF-8?q?[ANY]=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82?= =?UTF-8?q?=D0=B5=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- props.gradle | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/props.gradle b/props.gradle index 2140b970..188d9517 100644 --- a/props.gradle +++ b/props.gradle @@ -1,18 +1,18 @@ project.ext { - verAsm = '7.2' - verNetty = '4.1.43.Final' - verOshiCore = '3.13.0' - verJunit = '5.6.0' - verGuavaC = '26.0-jre' + verAsm = '7.3.1' + verNetty = '4.1.48.Final' + verOshiCore = '4.5.2' + verJunit = '5.6.1' + verGuavaC = '28.2-jre' verJansi = '1.18' - verJline = '3.11.0' + verJline = '3.14.0' verBcprov = '1.46' - verGson = '2.8.5' + verGson = '2.8.6' verBcpkix = '1.61' verSlf4j = '1.7.25' - verMySQLConn = '8.0.16' - verPostgreSQLConn = '42.2.6' - verProguard = '6.2.0' + verMySQLConn = '8.0.19' + verPostgreSQLConn = '42.2.11' + verProguard = '6.2.2' verLaunch4j = '3.12' - verHibernate = '5.4.9.Final' + verHibernate = '5.4.12.Final' }