File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9393 servletApiVersion = ' 4.0.1'
9494 smackVersion = ' 4.3.4'
9595 springAmqpVersion = project. hasProperty(' springAmqpVersion' ) ? project. springAmqpVersion : ' 2.3.0.BUILD-SNAPSHOT'
96- springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' Neumann-BUILD -SNAPSHOT'
97- springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.4.0.BUILD -SNAPSHOT'
98- springRetryVersion = ' 1.2.5.RELEASE '
96+ springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2020.0.0 -SNAPSHOT'
97+ springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.4.0-SNAPSHOT'
98+ springRetryVersion = ' 1.3.0 '
9999 springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.0-SNAPSHOT'
100100 springWsVersion = ' 3.0.9.RELEASE'
101101 tomcatVersion = " 9.0.35"
@@ -147,7 +147,7 @@ allprojects {
147147 mavenBom " org.springframework:spring-framework-bom:$springVersion "
148148 mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
149149 mavenBom " org.apache.logging.log4j:log4j-bom:$log4jVersion "
150- mavenBom " org.springframework.data:spring-data-releasetrain :$springDataVersion "
150+ mavenBom " org.springframework.data:spring-data-bom :$springDataVersion "
151151 }
152152
153153 }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.4-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.4.1 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments