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 1f5edb2 commit 1e3ae39Copy full SHA for 1e3ae39
grpc-context-utils/build.gradle.kts
@@ -18,6 +18,12 @@ dependencies {
18
implementation("com.google.guava:guava:31.1-jre")
19
implementation("org.slf4j:slf4j-api:1.7.36")
20
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
+
27
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
28
testImplementation("org.mockito:mockito-core:4.4.0")
29
testImplementation("com.fasterxml.jackson.core:jackson-annotations:2.13.4")
0 commit comments