Upgrade to JUnit 5.12.2

This commit is contained in:
Brian Clozel
2025-04-17 15:57:03 +02:00
parent cea4e08011
commit 6014970511
3 changed files with 3 additions and 1 deletions

View File

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

View File

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

View File

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