Skip to content

Commit 89c5435

Browse files
committed
Make tests work again
1 parent e6f9f34 commit 89c5435

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ subprojects {
3232
// Testing
3333
testImplementation(libs.junit.jupiter.api)
3434
testRuntimeOnly(libs.junit.jupiter.engine)
35+
testRuntimeOnly(libs.junit.platform.launcher)
3536
testImplementation(libs.mockito.core)
3637
testImplementation(libs.mockito.junit.jupiter)
3738
}

gradle/libs.versions.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ datadog-statsd = "4.4.4"
1515
# Verify
1616
checkstyle = "8.44"
1717
pmd = "6.55.0"
18-
jacoco = "0.8.7"
18+
jacoco = "0.8.13"
1919
# Testing
2020
mockito = "5.17.0"
21-
junit-jupiter = "5.11.4"
21+
junit-jupiter = "5.12.2"
22+
junit-platform = "1.12.2"
2223

2324
[libraries]
2425
openapi-tools-jacksonDatabindNullable = { group = "org.openapitools", name = "jackson-databind-nullable", version.ref = "openapi-tools" }
@@ -34,7 +35,7 @@ mockito-core = { group = "org.mockito", name = "mockito-core", version.ref = "mo
3435
mockito-junit-jupiter = { group = "org.mockito", name = "mockito-junit-jupiter", version.ref = "mockito" }
3536
junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit-jupiter" }
3637
junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit-jupiter" }
37-
38+
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junit-platform" }
3839

3940
[plugins]
4041
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }

0 commit comments

Comments
 (0)