Skip to content

Commit d814ac3

Browse files
Bump org.junit.jupiter:junit-jupiter-engine (#1197)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.2...r5.9.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3eb4c9 commit d814ac3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation "com.typesafe:config:1.4.2"
3333

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

3838
gradlePlugin {

0 commit comments

Comments
 (0)