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 2f1525f commit bce53d1Copy full SHA for bce53d1
build.gradle.kts
@@ -73,7 +73,7 @@ dependencies {
73
implementation("dev.harrel:json-schema:1.7.1")
74
implementation("com.sanctionco.jmail:jmail:1.6.3") // dev.harrel format validation
75
76
- runtimeOnly("org.slf4j:slf4j-nop:2.0.13")
+ runtimeOnly("org.slf4j:slf4j-nop:2.0.16")
77
78
testImplementation("org.creekservice:creek-test-hamcrest:$creekVersion")
79
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
0 commit comments