Skip to content

Commit de66b63

Browse files
fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.18.3 (#13772)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5592717 commit de66b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation-docs/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ otelJava {
88

99
dependencies {
1010
implementation("org.yaml:snakeyaml:2.4")
11-
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2")
11+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.3")
1212
implementation("io.opentelemetry:opentelemetry-sdk-common")
1313

1414
testImplementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))

0 commit comments

Comments
 (0)