Skip to content

Commit a91ce78

Browse files
committed
fix snyk failures
1 parent 59ba75e commit a91ce78

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

kafka-streams-framework/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ dependencies {
2424
api("org.glassfish.jersey.core:jersey-common:2.34") {
2525
because("https://snyk.io/vuln/SNYK-JAVA-ORGGLASSFISHJERSEYCORE-1255637")
2626
}
27+
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.3") {
28+
because("https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244")
29+
}
2730
}
2831

2932
testImplementation("org.apache.kafka:kafka-streams-test-utils:6.0.1-ccs")

kafka-streams-serdes/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation("org.apache.kafka:kafka-clients:6.0.1-ccs")
1717
testImplementation("org.junit.jupiter:junit-jupiter:5.7.0")
1818
constraints {
19-
api("com.fasterxml.jackson.core:jackson-databind:2.12.6") {
19+
api("com.fasterxml.jackson.core:jackson-databind:2.13.3") {
2020
because("Denial of Service (DoS) [Medium Severity][https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2326698] in com.fasterxml.jackson.core:[email protected]\n" +
2121
" introduced by org.apache.avro:[email protected] > com.fasterxml.jackson.core:[email protected] and 2 other path(s)")
2222
}

0 commit comments

Comments
 (0)