Skip to content

Commit d615ca7

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] <support@github.com>
1 parent a18ed9b commit d615ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535

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

4141

0 commit comments

Comments
 (0)