We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8e795 commit c323ce6Copy full SHA for c323ce6
build.gradle.kts
@@ -42,7 +42,7 @@ subprojects {
42
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
43
implementation("com.papertrailapp", "logback-syslog4j", "1.0.0")
44
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
45
- implementation("com.networknt:json-schema-validator:1.3.1")
+ implementation("com.networknt:json-schema-validator:1.3.2")
46
implementation("com.ibm.mq:com.ibm.mq.allclient:9.3.4.1")
47
implementation("org.apache.kafka:kafka-clients:3.6.1") {
48
exclude("org.apache.kafka", "kafka-raft")
0 commit comments