Skip to content

Commit b18f722

Browse files
committed
chore(spring-boot): exclude junit vintage
1 parent dbd4f5e commit b18f722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-kotlin-toolkit-spring-boot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
// Test dependencies.
2929
testImplementation("org.springframework.boot:spring-boot-starter-web:2.2.2.RELEASE")
3030
testImplementation("org.springframework.boot:spring-boot-starter-test:2.2.2.RELEASE") {
31-
exclude("junit", "junit")
31+
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
3232
}
3333

3434
testImplementation("org.junit.jupiter:junit-jupiter-api:5.3.2")

0 commit comments

Comments
 (0)