Skip to content

Commit

Permalink
Upgrade some dependencies from SNAPSHOT to M
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Mar 22, 2022
1 parent 7f501fa commit eaa88cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit eaa88cd

Please sign in to comment.