Compare commits
9 Commits
2.1.10.REL
...
2.1.11.REL
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40cb8de232 | ||
|
|
b394f56731 | ||
|
|
e7fd59ccf9 | ||
|
|
6e5352d48f | ||
|
|
2507c86cba | ||
|
|
01f7ff9a51 | ||
|
|
1ce95f8591 | ||
|
|
a9d003af4d | ||
|
|
797b0a62a8 |
@@ -4,7 +4,7 @@ buildscript {
|
||||
snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
milestoneBuild = !(releaseBuild || snapshotBuild)
|
||||
|
||||
springBootVersion = '2.1.9.RELEASE'
|
||||
springBootVersion = '2.1.13.RELEASE'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
@@ -1 +1 @@
|
||||
version=2.1.10.RELEASE
|
||||
version=2.1.11.RELEASE
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom 'io.projectreactor:reactor-bom:Californium-SR14'
|
||||
mavenBom 'org.springframework:spring-framework-bom:5.1.10.RELEASE'
|
||||
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR14'
|
||||
mavenBom 'org.springframework.security:spring-security-bom:5.1.7.RELEASE'
|
||||
mavenBom 'io.projectreactor:reactor-bom:Californium-SR16'
|
||||
mavenBom 'org.springframework:spring-framework-bom:5.1.14.RELEASE'
|
||||
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR16'
|
||||
mavenBom 'org.springframework.security:spring-security-bom:5.1.8.RELEASE'
|
||||
mavenBom 'org.testcontainers:testcontainers-bom:1.12.2'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user