We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ab90c commit db0f91cCopy full SHA for db0f91c
build.gradle.kts
@@ -39,7 +39,7 @@ project("core-ng") {
39
implementation("com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion}")
40
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}")
41
implementation("com.squareup.okhttp3:okhttp:5.3.2")
42
- implementation("io.undertow:undertow-core:2.3.20.Final")
+ implementation("io.undertow:undertow-core:2.3.22.Final")
43
implementation("org.apache.kafka:kafka-clients:4.1.1") {
44
exclude("org.xerial.snappy")
45
exclude("org.lz4")
0 commit comments