Upgrade Spring Framework to 5.2.0.RELEASE

Resolves: #1506
This commit is contained in:
Vedran Pavic
2019-09-30 09:55:05 +02:00
parent 47a4873199
commit 0a1701233e
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.6'
mavenBom 'io.projectreactor:reactor-bom:Dysprosium-RELEASE'
mavenBom 'org.junit:junit-bom:5.5.1'
mavenBom 'org.springframework:spring-framework-bom:5.2.0.BUILD-SNAPSHOT'
mavenBom 'org.springframework:spring-framework-bom:5.2.0.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-BUILD-SNAPSHOT'
mavenBom 'org.springframework.security:spring-security-bom:5.2.0.BUILD-SNAPSHOT'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.0'

View File

@@ -1,4 +1,4 @@
ext['spring-framework.version'] = '5.2.0.BUILD-SNAPSHOT'
ext['spring-framework.version'] = '5.2.0.RELEASE'
ext['webjars-locator-core.version'] = '0.38'
dependencyManagement {