From 1c1f073dcbe3298c2c41f497a676928723598e83 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 19 Sep 2023 10:55:59 -0400 Subject: [PATCH] Update dependencies; prepare for release --- build.gradle | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build.gradle b/build.gradle index 5447db5328..36765768af 100644 --- a/build.gradle +++ b/build.gradle @@ -13,10 +13,10 @@ buildscript { plugins { id 'org.sonarqube' version '2.8' - id 'io.spring.nohttp' version '0.0.10' apply false + id 'io.spring.nohttp' version '0.0.11' apply false id 'org.ajoberstar.grgit' version '4.1.1' - id 'io.spring.dependency-management' version '1.0.13.RELEASE' - id 'com.jfrog.artifactory' version '4.29.0' apply false + id 'io.spring.dependency-management' version '1.1.3' + id 'com.jfrog.artifactory' version '5.1.6' apply false id 'org.jetbrains.dokka' version '1.5.30' id 'org.asciidoctor.jvm.pdf' version '3.3.2' id 'org.asciidoctor.jvm.gems' version '3.3.2' @@ -46,9 +46,9 @@ ext { modifiedFiles = files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') } - activeMqVersion = '5.17.4' + activeMqVersion = '5.17.5' apacheSshdVersion = '2.7.0' - aspectjVersion = '1.9.19' + aspectjVersion = '1.9.20.1' assertjVersion = '3.23.1' assertkVersion = '0.25' avroVersion = '1.10.2' @@ -61,16 +61,16 @@ ext { ftpServerVersion = '1.1.1' googleJsr305Version = '3.0.2' greenmailVersion = '1.6.14' - groovyVersion = '3.0.17' + groovyVersion = '3.0.19' hamcrestVersion = '2.2' - hazelcastVersion = '4.2.7' + hazelcastVersion = '4.2.78' hibernateVersion = '5.5.9.Final' hsqldbVersion = '2.6.1' h2Version = '1.4.200' jacksonVersion = '2.12.7' javaxActivationVersion = '1.2.0' jaxbVersion = '2.3.4' - jeroMqVersion = '0.5.2' + jeroMqVersion = '0.5.3' jmsApiVersion = '2.0.1' jpaApiVersion = '2.7.7' jrubyVersion = '9.2.20.1' @@ -90,7 +90,7 @@ ext { pahoMqttClientVersion = '1.2.5' postgresVersion = '42.2.23' r2dbch2Version='0.8.5.RELEASE' - reactorVersion = '2020.0.32' + reactorVersion = '2020.0.36' resilience4jVersion = '1.7.1' romeToolsVersion = '1.16.0' rsocketVersion = '1.1.3' @@ -103,10 +103,10 @@ ext { springKafkaVersion = '2.7.14' springRetryVersion = '1.3.3' springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.8' - springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.27' + springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.30' springWsVersion = '3.1.6' - testcontainersVersion = '1.17.6' - tomcatVersion = '9.0.75' + testcontainersVersion = '1.19.0' + tomcatVersion = '9.0.80' xmlUnitVersion = '2.8.2' xstreamVersion = '1.4.19'