Upgrade dependencies; prepare for release
* Make `artifactoryPublish` `dependsOn build` to ensure that artifacts are not deployed until tests pass
This commit is contained in:
44
build.gradle
44
build.gradle
@@ -14,9 +14,9 @@ buildscript {
|
||||
plugins {
|
||||
id 'org.sonarqube' version '2.8'
|
||||
id 'io.spring.nohttp' version '0.0.10' apply false
|
||||
id 'org.ajoberstar.grgit' version '4.1.0'
|
||||
id 'org.ajoberstar.grgit' version '4.1.1'
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id 'com.jfrog.artifactory' version '4.24.20' apply false
|
||||
id 'com.jfrog.artifactory' version '4.28.1' 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'
|
||||
@@ -48,11 +48,11 @@ ext {
|
||||
|
||||
activeMqVersion = '5.16.4'
|
||||
apacheSshdVersion = '2.7.0'
|
||||
aspectjVersion = '1.9.8'
|
||||
aspectjVersion = '1.9.9.1'
|
||||
assertjVersion = '3.22.0'
|
||||
assertkVersion = '0.25'
|
||||
avroVersion = '1.10.2'
|
||||
awaitilityVersion = '4.1.1'
|
||||
awaitilityVersion = '4.2.0'
|
||||
commonsDbcp2Version = '2.9.0'
|
||||
commonsIoVersion = '2.11.0'
|
||||
commonsNetVersion = '3.8.0'
|
||||
@@ -60,12 +60,12 @@ ext {
|
||||
derbyVersion = '10.14.2.0'
|
||||
ftpServerVersion = '1.1.1'
|
||||
googleJsr305Version = '3.0.2'
|
||||
greenmailVersion = '1.6.5'
|
||||
groovyVersion = '3.0.9'
|
||||
greenmailVersion = '1.6.8'
|
||||
groovyVersion = '3.0.10'
|
||||
hamcrestVersion = '2.2'
|
||||
hazelcastVersion = '4.2.4'
|
||||
hibernateVersion = '5.5.9.Final'
|
||||
hsqldbVersion = '2.6.0'
|
||||
hsqldbVersion = '2.6.1'
|
||||
h2Version = '1.4.200'
|
||||
jacksonVersion = '2.12.6'
|
||||
javaxActivationVersion = '1.2.0'
|
||||
@@ -80,33 +80,33 @@ ext {
|
||||
junitJupiterVersion = '5.7.2'
|
||||
jythonVersion = '2.7.2'
|
||||
kryoShadedVersion = '4.0.2'
|
||||
lettuceVersion = '6.1.6.RELEASE'
|
||||
log4jVersion = '2.17.1'
|
||||
lettuceVersion = '6.1.8.RELEASE'
|
||||
log4jVersion = '2.17.2'
|
||||
mailVersion = '1.6.7'
|
||||
micrometerVersion = '1.7.9'
|
||||
micrometerVersion = '1.7.11'
|
||||
mockitoVersion = '3.12.4'
|
||||
mongoDriverVersion = '4.3.2'
|
||||
mongoDriverVersion = '4.3.4'
|
||||
mysqlVersion = '8.0.27'
|
||||
pahoMqttClientVersion = '1.2.5'
|
||||
postgresVersion = '42.2.23'
|
||||
r2dbch2Version='0.8.4.RELEASE'
|
||||
reactorVersion = '2020.0.13'
|
||||
r2dbch2Version='0.8.5.RELEASE'
|
||||
reactorVersion = '2020.0.17'
|
||||
resilience4jVersion = '1.7.1'
|
||||
romeToolsVersion = '1.16.0'
|
||||
rsocketVersion = '1.1.1'
|
||||
rsocketVersion = '1.1.2'
|
||||
saajVersion = '1.5.2'
|
||||
servletApiVersion = '4.0.1'
|
||||
smackVersion = '4.3.5'
|
||||
soapVersion = '1.4.0'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.15'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.10'
|
||||
springKafkaVersion = '2.7.12'
|
||||
springRetryVersion = '1.3.2'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.5'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.17'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.16'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2021.0.11'
|
||||
springKafkaVersion = '2.7.13'
|
||||
springRetryVersion = '1.3.3'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.6'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.19'
|
||||
springWsVersion = '3.1.3'
|
||||
testcontainersVersion = '1.16.3'
|
||||
tomcatVersion = '9.0.58'
|
||||
testcontainersVersion = '1.17.1'
|
||||
tomcatVersion = '9.0.62'
|
||||
xmlUnitVersion = '2.8.2'
|
||||
xstreamVersion = '1.4.17'
|
||||
|
||||
|
||||
@@ -68,5 +68,6 @@ publishing {
|
||||
}
|
||||
|
||||
artifactoryPublish {
|
||||
dependsOn build
|
||||
publications(publishing.publications.mavenJava)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user