Skip to content

Commit 038c105

Browse files
committed
⬆️ upgrade jackson dataformat yaml
1 parent 71f582c commit 038c105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otel-extensions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
api("com.google.protobuf:protobuf-java")
4646
api("com.google.protobuf:protobuf-java-util")
4747
// convert yaml to json, since java protobuf impl supports only json
48-
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.3")
48+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.6")
4949
// fix vulnerability
5050
constraints {
5151
api("com.google.code.gson:gson:2.8.9")

0 commit comments

Comments
 (0)