Skip to content

Commit 4106e8e

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

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:5.13.4'
35+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
3636
}
3737

3838
gradlePlugin {

0 commit comments

Comments
 (0)