We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fedca commit 447ca48Copy full SHA for 447ca48
build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
implementation("com.jcraft:jsch:0.1.55")
37
implementation("org.jfree:jfreechart:1.5.6")
38
39
- testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
40
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
41
}
42
0 commit comments