Skip to content

Commit bb391c8

Browse files
Bump org.junit.jupiter:junit-jupiter-engine (#1286)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.3...r5.10.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f037686 commit bb391c8

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.1"
3737
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
38-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.3"
38+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
3939
}
4040

4141

0 commit comments

Comments
 (0)