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

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