Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit b16230c

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3b3a92 commit b16230c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clashJ/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation("io.ktor:ktor-client-mock:$ktorVersion")
2424

2525
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.20")
26-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
26+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
2727
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.0")
2828

2929
testImplementation("org.assertj:assertj-core:3.24.2")

0 commit comments

Comments
 (0)