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