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 e988e4b commit f6dfc2aCopy full SHA for f6dfc2a
build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
implementation("org.apache.commons:commons-lang3:3.17.0")
24
25
testCompileOnly("org.projectlombok:lombok:1.18.36")
26
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
27
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
28
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
29
testImplementation("org.assertj:assertj-core:3.26.3")
0 commit comments