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 a18ed9b commit ade5abaCopy full SHA for ade5aba
plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle
@@ -31,8 +31,8 @@ dependencies {
31
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
32
implementation "com.typesafe:config:1.4.3"
33
34
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
35
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
36
}
37
38
gradlePlugin {
0 commit comments