Upgrade to JUnit 5.12.2
This commit is contained in:
@@ -18,7 +18,7 @@ dependencies {
|
||||
api(platform("io.rsocket:rsocket-bom:1.1.5"))
|
||||
api(platform("org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}"))
|
||||
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
|
||||
api(platform("org.junit:junit-bom:5.11.4"))
|
||||
api(platform("org.junit:junit-bom:5.12.2"))
|
||||
api(platform("org.mockito:mockito-bom:5.16.0"))
|
||||
api(platform("org.testcontainers:testcontainers-bom:1.20.6"))
|
||||
api(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))
|
||||
|
||||
@@ -36,6 +36,7 @@ dependencies {
|
||||
|
||||
testRuntimeOnly 'org.apache.logging.log4j:log4j-core'
|
||||
testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
}
|
||||
|
||||
test {
|
||||
|
||||
@@ -88,6 +88,7 @@ dependencies {
|
||||
|
||||
testRuntimeOnly 'org.apache.logging.log4j:log4j-core'
|
||||
testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
|
||||
testFixturesApi 'org.springframework:spring-webflux'
|
||||
testFixturesApi 'org.junit.jupiter:junit-jupiter-engine'
|
||||
|
||||
Reference in New Issue
Block a user