Upgrade dependencies; prepare for release
This commit is contained in:
14
build.gradle
14
build.gradle
@@ -15,8 +15,8 @@ plugins {
|
||||
id 'org.sonarqube' version '2.8'
|
||||
id 'io.spring.nohttp' version '0.0.10' apply false
|
||||
id 'org.ajoberstar.grgit' version '4.1.1'
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id 'com.jfrog.artifactory' version '4.28.3' apply false
|
||||
id 'io.spring.dependency-management' version '1.0.13.RELEASE'
|
||||
id 'com.jfrog.artifactory' version '4.29.0' 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,7 +46,7 @@ ext {
|
||||
modifiedFiles =
|
||||
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
|
||||
|
||||
activeMqVersion = '5.17.1'
|
||||
activeMqVersion = '5.17.2'
|
||||
apacheSshdVersion = '2.7.0'
|
||||
aspectjVersion = '1.9.9.1'
|
||||
assertjVersion = '3.23.1'
|
||||
@@ -61,7 +61,7 @@ ext {
|
||||
ftpServerVersion = '1.1.1'
|
||||
googleJsr305Version = '3.0.2'
|
||||
greenmailVersion = '1.6.9'
|
||||
groovyVersion = '3.0.11'
|
||||
groovyVersion = '3.0.13'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '4.2.5'
|
||||
hibernateVersion = '5.5.9.Final'
|
||||
@@ -90,10 +90,10 @@ ext {
|
||||
pahoMqttClientVersion = '1.2.5'
|
||||
postgresVersion = '42.2.23'
|
||||
r2dbch2Version='0.8.5.RELEASE'
|
||||
reactorVersion = '2020.0.21'
|
||||
reactorVersion = '2020.0.23'
|
||||
resilience4jVersion = '1.7.1'
|
||||
romeToolsVersion = '1.16.0'
|
||||
rsocketVersion = '1.1.2'
|
||||
rsocketVersion = '1.1.3'
|
||||
saajVersion = '1.5.2'
|
||||
servletApiVersion = '4.0.1'
|
||||
smackVersion = '4.3.5'
|
||||
@@ -103,7 +103,7 @@ 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.22'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.23'
|
||||
springWsVersion = '3.1.3'
|
||||
testcontainersVersion = '1.17.3'
|
||||
tomcatVersion = '9.0.64'
|
||||
|
||||
Reference in New Issue
Block a user