Skip to content

Commit ade5aba

Browse files
Bump org.junit.jupiter:junit-jupiter-engine
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.10.2 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.2...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a18ed9b commit ade5aba

File tree

1 file changed

+2
-2
lines changed
  • plugins/gradle/graphql-java-codegen-gradle-plugin

1 file changed

+2
-2
lines changed

plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dependencies {
3131
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
3232
implementation "com.typesafe:config:1.4.3"
3333

34-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
35-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
34+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
35+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
3636
}
3737

3838
gradlePlugin {

0 commit comments

Comments
 (0)