Updates junit versions to 5.12.1

This commit is contained in:
spencergibb
2025-03-28 16:26:57 -04:00
parent 7798c09a88
commit 2b948358b6
3 changed files with 4 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ dependencies {
}
contractTest {
useJUnitPlatform()
useJUnitPlatform("5.12.1")
if (getProp(envVars, "MESSAGING_TYPE") != "") {
systemProperty("spring.profiles.active", "messagingtype")
} else if (getProp(envVars, "STANDALONE_PROTOCOL") != "") {

View File

@@ -7,7 +7,7 @@ repositories {
ext {
roasterVersion = "2.22.3.Final"
junit5Version = "5.6.2"
junit5Version = "5.12.1"
}
dependencies {
@@ -16,5 +16,5 @@ dependencies {
}
test {
useJUnitPlatform()
useJUnitPlatform("5.12.1")
}

View File

@@ -101,7 +101,7 @@ task libtest() {
}
test {
useJUnitPlatform()
useJUnitPlatform("5.12.1")
testLogging {
exceptionFormat = 'full'
}