From 409d4d9358eaf3040ffa06639f47b9cc8f1fa8d9 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 17 May 2022 15:18:45 -0400 Subject: [PATCH] Upgrade dependencies; prepare for release --- build.gradle | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 33a5fa46bc..0dc32f352d 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ ext { modifiedFiles = files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') } - activeMqVersion = '5.16.4' + activeMqVersion = '5.16.5' apacheSshdVersion = '2.7.0' aspectjVersion = '1.9.9.1' assertjVersion = '3.22.0' @@ -60,10 +60,10 @@ ext { derbyVersion = '10.14.2.0' ftpServerVersion = '1.1.1' googleJsr305Version = '3.0.2' - greenmailVersion = '1.6.8' + greenmailVersion = '1.6.9' groovyVersion = '3.0.10' hamcrestVersion = '2.2' - hazelcastVersion = '4.2.4' + hazelcastVersion = '4.2.5' hibernateVersion = '5.5.9.Final' hsqldbVersion = '2.6.1' h2Version = '1.4.200' @@ -83,10 +83,10 @@ ext { lettuceVersion = '6.1.8.RELEASE' log4jVersion = '2.17.2' mailVersion = '1.6.7' - micrometerVersion = '1.7.11' + micrometerVersion = '1.7.12' mockitoVersion = '3.12.4' mongoDriverVersion = '4.3.4' - mysqlVersion = '8.0.27' + mysqlVersion = '8.0.29' pahoMqttClientVersion = '1.2.5' postgresVersion = '42.2.23' r2dbch2Version='0.8.5.RELEASE' @@ -100,13 +100,13 @@ ext { soapVersion = '1.4.0' springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.16' springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.11' - springKafkaVersion = '2.7.13' + springKafkaVersion = '2.7.14' springRetryVersion = '1.3.3' - springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.6' - springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.19' + springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.7' + springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.20' springWsVersion = '3.1.3' testcontainersVersion = '1.17.1' - tomcatVersion = '9.0.62' + tomcatVersion = '9.0.63' xmlUnitVersion = '2.8.2' xstreamVersion = '1.4.17'