Skip to content

Commit 1e3ae39

Browse files
sarthak77Sarthak Singhal
andauthored
added dependency constraint (#37)
* added dependency constraint * nit Co-authored-by: Sarthak Singhal <[email protected]>
1 parent 1f5edb2 commit 1e3ae39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

grpc-context-utils/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ dependencies {
1818
implementation("com.google.guava:guava:31.1-jre")
1919
implementation("org.slf4j:slf4j-api:1.7.36")
2020

21+
constraints {
22+
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.4") {
23+
because("https://nvd.nist.gov/vuln/detail/CVE-2022-42004")
24+
}
25+
}
26+
2127
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
2228
testImplementation("org.mockito:mockito-core:4.4.0")
2329
testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.13.4")

0 commit comments

Comments
 (0)