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 20176dd commit f399378Copy full SHA for f399378
plugin-api/build.gradle.kts
@@ -13,7 +13,7 @@ repositories {
13
14
dependencies {
15
api("com.fasterxml.jackson.core", "jackson-databind", "2.19.1")
16
- testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.13.1")
+ testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.13.2")
17
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
18
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
19
}
0 commit comments