Upgrade some dependencies from SNAPSHOT to M
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -17,7 +17,7 @@ plugins {
|
||||
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.26.1' apply false
|
||||
id 'com.jfrog.artifactory' version '4.28.0' apply false
|
||||
id 'org.jetbrains.dokka' version '1.6.10'
|
||||
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
|
||||
id 'org.asciidoctor.jvm.gems' version '3.3.2'
|
||||
@@ -83,7 +83,7 @@ ext {
|
||||
lettuceVersion = '6.1.6.RELEASE'
|
||||
log4jVersion = '2.17.1'
|
||||
mailVersion = '2.0.1'
|
||||
micrometerVersion = '2.0.0-SNAPSHOT'
|
||||
micrometerVersion = '2.0.0-M3'
|
||||
mockitoVersion = '4.3.1'
|
||||
mongoDriverVersion = '4.5.0'
|
||||
mysqlVersion = '8.0.28'
|
||||
@@ -97,14 +97,14 @@ ext {
|
||||
saajVersion = '2.0.1'
|
||||
servletApiVersion = '5.0.0'
|
||||
smackVersion = '4.4.5'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '3.0.0-SNAPSHOT'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2022.0.0-SNAPSHOT'
|
||||
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '3.0.0-M2'
|
||||
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2022.0.0-M3'
|
||||
springGraphqlVersion = '1.0.0-SNAPSHOT'
|
||||
springKafkaVersion = '3.0.0-SNAPSHOT'
|
||||
springRetryVersion = '1.3.2'
|
||||
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '6.0.0-SNAPSHOT'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-SNAPSHOT'
|
||||
springWsVersion = '4.0.0-SNAPSHOT'
|
||||
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-M3'
|
||||
springWsVersion = '4.0.0-M2'
|
||||
testcontainersVersion = '1.16.2'
|
||||
tomcatVersion = '10.0.14'
|
||||
xmlUnitVersion = '2.8.4'
|
||||
|
||||
Reference in New Issue
Block a user