Skip to content

Commit fd86be5

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.11.0
Bumps [org.junit.jupiter:junit-jupiter-api](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/junit-framework@r5.10.2...r5.11.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] <support@github.com>
1 parent dd05865 commit fd86be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation "io.mikael:urlbuilder:2.0.9"
2020

2121
testImplementation "org.wiremock:wiremock:3.5.4"
22-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
22+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.11.0"
2323
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
2424
}
2525

0 commit comments

Comments
 (0)