Upgrade dependencies; prepare for release
This commit is contained in:
18
build.gradle
18
build.gradle
@@ -13,10 +13,10 @@ buildscript {
|
||||
|
||||
plugins {
|
||||
id 'org.sonarqube' version '2.8'
|
||||
id 'io.spring.nohttp' version '0.0.8' apply false
|
||||
id 'io.spring.nohttp' version '0.0.10' apply false
|
||||
id 'org.ajoberstar.grgit' version '4.1.0'
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id 'com.jfrog.artifactory' version '4.24.14' apply false
|
||||
id 'com.jfrog.artifactory' version '4.24.20' apply false
|
||||
id 'org.jetbrains.dokka' version '0.10.1'
|
||||
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
|
||||
id 'org.asciidoctor.jvm.gems' version '3.3.2'
|
||||
@@ -47,11 +47,11 @@ ext {
|
||||
modifiedFiles =
|
||||
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
|
||||
|
||||
activeMqVersion = '5.16.2'
|
||||
activeMqVersion = '5.16.3'
|
||||
apacheSshdVersion = '2.5.1'
|
||||
aspectjVersion = '1.9.7'
|
||||
assertjVersion = '3.17.2'
|
||||
assertkVersion = '0.24'
|
||||
assertkVersion = '0.25'
|
||||
avroVersion = '1.10.2'
|
||||
awaitilityVersion = '4.0.3'
|
||||
commonsDbcp2Version = '2.8.0'
|
||||
@@ -61,7 +61,7 @@ ext {
|
||||
derbyVersion = '10.14.2.0'
|
||||
ftpServerVersion = '1.1.1'
|
||||
googleJsr305Version = '3.0.2'
|
||||
groovyVersion = '3.0.8'
|
||||
groovyVersion = '3.0.9'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '4.0.3'
|
||||
hibernateVersion = '5.4.32.Final'
|
||||
@@ -100,12 +100,12 @@ ext {
|
||||
servletApiVersion = '4.0.1'
|
||||
smackVersion = '4.3.5'
|
||||
soapVersion = '1.4.0'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.10'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.13'
|
||||
springKafkaVersion = '2.6.10'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.12'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.15'
|
||||
springKafkaVersion = '2.6.12'
|
||||
springRetryVersion = '1.3.1'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.8'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.10'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.13'
|
||||
springWsVersion = '3.0.10.RELEASE'
|
||||
tomcatVersion = '9.0.50'
|
||||
xstreamVersion = '1.4.17'
|
||||
|
||||
Reference in New Issue
Block a user