We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22234af commit 21627daCopy full SHA for 21627da
settings.gradle.kts
@@ -50,7 +50,7 @@ dependencyResolutionManagement {
50
version("junit", "5.13.0")
51
library("junit-jupiter-core", "org.junit.jupiter", "junit-jupiter").versionRef("junit")
52
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" }
+ library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version { "1.13.0" }
54
library("junit-jupiter-api", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit")
55
library("junit-params", "org.junit.jupiter", "junit-jupiter-params").versionRef("junit")
56
0 commit comments