@@ -4,7 +4,7 @@ dependencyManagement {
|
||||
mavenBom 'org.junit:junit-bom:5.5.2'
|
||||
mavenBom 'org.springframework:spring-framework-bom:5.2.0.RELEASE'
|
||||
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-RELEASE'
|
||||
mavenBom 'org.springframework.security:spring-security-bom:5.2.0.BUILD-SNAPSHOT'
|
||||
mavenBom 'org.springframework.security:spring-security-bom:5.2.0.RELEASE'
|
||||
mavenBom 'org.testcontainers:testcontainers-bom:1.12.0'
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
ext['reactor-bom.version'] = 'Dysprosium-RELEASE'
|
||||
ext['spring-data-releasetrain.version'] = 'Moore-RELEASE'
|
||||
ext['spring-framework.version'] = '5.2.0.RELEASE'
|
||||
ext['spring-security.version'] = '5.2.0.RELEASE'
|
||||
ext['webjars-locator-core.version'] = '0.38'
|
||||
|
||||
dependencyManagement {
|
||||
|
||||
Reference in New Issue
Block a user