Spring Boot 2.3

This commit is contained in:
Gareth Clay
2020-07-01 11:49:13 +01:00
committed by Gareth Clay
parent 3851b55283
commit 98170a4b32
2 changed files with 2 additions and 6 deletions

View File

@@ -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}")
}

View File

@@ -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