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.
2 parents 1ca6418 + 95ff4a8 commit 904fd0aCopy full SHA for 904fd0a
build.gradle.kts
@@ -91,8 +91,9 @@ dependencies {
91
// Optional ControlsFX support (used for notifications)
92
controlsfxImplementation("org.controlsfx:controlsfx:11.1.2")
93
94
- testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
95
- testImplementation("ch.qos.logback:logback-classic:1.3.11")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
+ testImplementation("org.junit.platform:junit-platform-launcher")
96
+ testImplementation("ch.qos.logback:logback-classic:1.5.8")
97
}
98
99
0 commit comments