Upgrade dependencies; prepare for release
This commit is contained in:
16
build.gradle
16
build.gradle
@@ -46,9 +46,9 @@ ext {
|
||||
modifiedFiles =
|
||||
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
|
||||
|
||||
activeMqVersion = '5.17.3'
|
||||
activeMqVersion = '5.17.4'
|
||||
apacheSshdVersion = '2.7.0'
|
||||
aspectjVersion = '1.9.9.1'
|
||||
aspectjVersion = '1.9.19'
|
||||
assertjVersion = '3.23.1'
|
||||
assertkVersion = '0.25'
|
||||
avroVersion = '1.10.2'
|
||||
@@ -60,11 +60,11 @@ ext {
|
||||
derbyVersion = '10.14.2.0'
|
||||
ftpServerVersion = '1.1.1'
|
||||
googleJsr305Version = '3.0.2'
|
||||
greenmailVersion = '1.6.9'
|
||||
groovyVersion = '3.0.13'
|
||||
greenmailVersion = '1.6.14'
|
||||
groovyVersion = '3.0.16'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '4.2.6'
|
||||
hibernateVersion = '5.5.9.Final'
|
||||
hazelcastVersion = '4.2.7'
|
||||
hibernateVersion = '5.5.15.Final'
|
||||
hsqldbVersion = '2.6.1'
|
||||
h2Version = '1.4.200'
|
||||
jacksonVersion = '2.12.7'
|
||||
@@ -90,7 +90,7 @@ ext {
|
||||
pahoMqttClientVersion = '1.2.5'
|
||||
postgresVersion = '42.2.23'
|
||||
r2dbch2Version='0.8.5.RELEASE'
|
||||
reactorVersion = '2020.0.26'
|
||||
reactorVersion = '2020.0.30'
|
||||
resilience4jVersion = '1.7.1'
|
||||
romeToolsVersion = '1.16.0'
|
||||
rsocketVersion = '1.1.3'
|
||||
@@ -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.24'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.26'
|
||||
springWsVersion = '3.1.4'
|
||||
testcontainersVersion = '1.17.6'
|
||||
tomcatVersion = '9.0.70'
|
||||
|
||||
Reference in New Issue
Block a user