Skip to content

Commit 505c8f9

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.13.4
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.11.0 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbd85bd commit 505c8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies {
2323
implementation("io.mikael:urlbuilder:2.0.9")
2424

2525
testImplementation("org.wiremock:wiremock:3.9.1")
26-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
27-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
26+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
27+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
2828
}
2929

3030
buildConfig {

0 commit comments

Comments
 (0)