Skip to content

Commit 93bdcca

Browse files
Bump org.junit.jupiter:junit-jupiter-api (#1287)
Bumps [org.junit.jupiter:junit-jupiter-api](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-api 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 cb8051b commit 93bdcca

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
@@ -34,7 +34,7 @@ dependencies {
3434
annotationProcessor "org.projectlombok:lombok:1.18.28"
3535

3636
testImplementation "io.rest-assured:rest-assured:5.3.1"
37-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3"
37+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
3838
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.3"
3939
}
4040

0 commit comments

Comments
 (0)