Skip to content

Commit eaa88cd

Browse files
committed
Upgrade some dependencies from SNAPSHOT to M
1 parent 7f501fa commit eaa88cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
id 'io.spring.nohttp' version '0.0.10' apply false
1818
id 'org.ajoberstar.grgit' version '4.1.1'
1919
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
20-
id 'com.jfrog.artifactory' version '4.26.1' apply false
20+
id 'com.jfrog.artifactory' version '4.28.0' apply false
2121
id 'org.jetbrains.dokka' version '1.6.10'
2222
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
2323
id 'org.asciidoctor.jvm.gems' version '3.3.2'
@@ -83,7 +83,7 @@ ext {
8383
lettuceVersion = '6.1.6.RELEASE'
8484
log4jVersion = '2.17.1'
8585
mailVersion = '2.0.1'
86-
micrometerVersion = '2.0.0-SNAPSHOT'
86+
micrometerVersion = '2.0.0-M3'
8787
mockitoVersion = '4.3.1'
8888
mongoDriverVersion = '4.5.0'
8989
mysqlVersion = '8.0.28'
@@ -97,14 +97,14 @@ ext {
9797
saajVersion = '2.0.1'
9898
servletApiVersion = '5.0.0'
9999
smackVersion = '4.4.5'
100-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '3.0.0-SNAPSHOT'
101-
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2022.0.0-SNAPSHOT'
100+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '3.0.0-M2'
101+
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2022.0.0-M3'
102102
springGraphqlVersion = '1.0.0-SNAPSHOT'
103103
springKafkaVersion = '3.0.0-SNAPSHOT'
104104
springRetryVersion = '1.3.2'
105105
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '6.0.0-SNAPSHOT'
106-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-SNAPSHOT'
107-
springWsVersion = '4.0.0-SNAPSHOT'
106+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.0-M3'
107+
springWsVersion = '4.0.0-M2'
108108
testcontainersVersion = '1.16.2'
109109
tomcatVersion = '10.0.14'
110110
xmlUnitVersion = '2.8.4'

0 commit comments

Comments
 (0)