Spring Boot 2.3
This commit is contained in:
@@ -144,10 +144,6 @@ configure(javaProjects) {
|
||||
}
|
||||
|
||||
configurations {
|
||||
// exclude JUnit 4 globally, in favor of JUnit 5
|
||||
testImplementation.exclude group: "junit", module: "junit"
|
||||
testImplementation.exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
||||
|
||||
compileOnly.defaultDependencies { dependencies ->
|
||||
dependencies.add project.dependencies.create("org.immutables:value:${immutablesVersion}")
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ mockitoVersion = 3.1.0
|
||||
openServiceBrokerVersion = 3.1.1.RELEASE
|
||||
pmdVersion = 6.24.0
|
||||
reactorVersion = Dysprosium-SR7
|
||||
springBootVersion = 2.2.7.RELEASE
|
||||
springBootVersion = 2.3.1.RELEASE
|
||||
springCredhubVersion = 2.1.1.RELEASE
|
||||
springFrameworkVersion = 5.2.6.RELEASE
|
||||
springFrameworkVersion = 5.2.7.RELEASE
|
||||
wiremockVersion = 2.25.1
|
||||
|
||||
Reference in New Issue
Block a user