Skip to content

Commit 4189117

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

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
@@ -9,7 +9,7 @@ otelJava {
99

1010
dependencies {
1111
implementation("org.yaml:snakeyaml:2.4")
12-
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.0")
12+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.19.1")
1313
implementation("io.opentelemetry:opentelemetry-sdk-common")
1414

1515
testImplementation(enforcedPlatform("org.junit:junit-bom:5.13.1"))

0 commit comments

Comments
 (0)