Skip to content

Commit b5cdb5d

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.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.2...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a18ed9b commit b5cdb5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/gradle/example-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencies {
3434
annotationProcessor "org.projectlombok:lombok:1.18.30"
3535

3636
testImplementation "io.rest-assured:rest-assured:5.3.2"
37-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
38-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
37+
testImplementation "org.junit.jupiter:junit-jupiter-api:6.0.1"
38+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:6.0.1"
3939
}
4040

4141

0 commit comments

Comments
 (0)