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 023de3f commit 0d2a94dCopy full SHA for 0d2a94d
build.gradle.kts
@@ -53,8 +53,8 @@ dependencies {
53
api("com.google.code.findbugs:jsr305:3.0.2")
54
55
testImplementation("ch.qos.logback:logback-classic:1.5.7")
56
- testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
57
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
58
testImplementation("org.apache.commons:commons-lang3:3.14.0")
59
testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1")
60
testImplementation("com.github.marschall:memoryfilesystem:2.8.0")
0 commit comments