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 219cabb commit 484679eCopy full SHA for 484679e
settings.gradle.kts
@@ -50,7 +50,7 @@ dependencyResolutionManagement {
50
version("junit", "5.13.1")
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.13.1" }
+ library("junit-platform-launcher", "org.junit.platform", "junit-platform-launcher").version { "1.13.2" }
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