File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ mockitoVersion = 3.1.0
1616openServiceBrokerVersion = 3.1.1.RELEASE
1717pmdVersion = 6.24.0
1818reactorVersion = Dysprosium-SR7
19- springBootVersion = 2.2.7 .RELEASE
19+ springBootVersion = 2.3.1 .RELEASE
2020springCredhubVersion = 2.1.1.RELEASE
21- springFrameworkVersion = 5.2.6 .RELEASE
21+ springFrameworkVersion = 5.2.7 .RELEASE
2222wiremockVersion = 2.25.1
You can’t perform that action at this time.
0 commit comments