Skip to content

Commit e403c2c

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation "com.typesafe:config:1.4.3"
3333

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

3838
gradlePlugin {

0 commit comments

Comments
 (0)