Skip to content

Commit 21627da

Browse files
Update dependency org.junit.platform:junit-platform-launcher to v1.13.0 (#172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 22234af commit 21627da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencyResolutionManagement {
5050
version("junit", "5.13.0")
5151
library("junit-jupiter-core", "org.junit.jupiter", "junit-jupiter").versionRef("junit")
5252
library("junit-jupiter-engine", "org.junit.jupiter", "junit-jupiter-engine").versionRef("junit")
53-
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version { "1.12.2" }
53+
library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version { "1.13.0" }
5454
library("junit-jupiter-api", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit")
5555
library("junit-params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit")
5656

0 commit comments

Comments
 (0)