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 aef0e0d commit ebd4cecCopy full SHA for ebd4cec
hypertrace-view-generator/hypertrace-view-generator/build.gradle.kts
@@ -40,7 +40,7 @@ dependencies {
40
41
implementation("org.apache.avro:avro:1.10.2")
42
implementation("org.apache.commons:commons-lang3:3.12.0")
43
- implementation("com.fasterxml.jackson.core:jackson-databind:2.12.2")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.13.1")
44
45
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")
46
testImplementation("org.mockito:mockito-core:3.8.0")
0 commit comments