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 71f582c commit 038c105Copy full SHA for 038c105
otel-extensions/build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
api("com.google.protobuf:protobuf-java")
46
api("com.google.protobuf:protobuf-java-util")
47
// convert yaml to json, since java protobuf impl supports only json
48
- implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.3")
+ implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.6")
49
// fix vulnerability
50
constraints {
51
api("com.google.code.gson:gson:2.8.9")
0 commit comments