We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd4f5e commit b18f722Copy full SHA for b18f722
graphql-kotlin-toolkit-spring-boot/build.gradle.kts
@@ -28,7 +28,7 @@ dependencies {
28
// Test dependencies.
29
testImplementation("org.springframework.boot:spring-boot-starter-web:2.2.2.RELEASE")
30
testImplementation("org.springframework.boot:spring-boot-starter-test:2.2.2.RELEASE") {
31
- exclude("junit", "junit")
+ exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
32
}
33
34
testImplementation("org.junit.jupiter:junit-jupiter-api:5.3.2")
0 commit comments