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

Commit 2d312b0

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3b3a92 commit 2d312b0

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
@@ -24,7 +24,7 @@ dependencies {
2424

2525
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.20")
2626
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
27-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.0")
27+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")
2828

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

0 commit comments

Comments
 (0)