Skip to content

Commit 98170a4

Browse files
committed
Spring Boot 2.3
1 parent 3851b55 commit 98170a4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ configure(javaProjects) {
144144
}
145145

146146
configurations {
147-
// exclude JUnit 4 globally, in favor of JUnit 5
148-
testImplementation.exclude group: "junit", module: "junit"
149-
testImplementation.exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
150-
151147
compileOnly.defaultDependencies { dependencies ->
152148
dependencies.add project.dependencies.create("org.immutables:value:${immutablesVersion}")
153149
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ mockitoVersion = 3.1.0
1616
openServiceBrokerVersion = 3.1.1.RELEASE
1717
pmdVersion = 6.24.0
1818
reactorVersion = Dysprosium-SR7
19-
springBootVersion = 2.2.7.RELEASE
19+
springBootVersion = 2.3.1.RELEASE
2020
springCredhubVersion = 2.1.1.RELEASE
21-
springFrameworkVersion = 5.2.6.RELEASE
21+
springFrameworkVersion = 5.2.7.RELEASE
2222
wiremockVersion = 2.25.1

0 commit comments

Comments
 (0)