fix(deps): update dependency org.yaml:snakeyaml to v2.5 (#14556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3c580719da
commit
6ad5aafa93
|
|
@ -8,7 +8,7 @@ otelJava {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.yaml:snakeyaml:2.4")
|
||||
implementation("org.yaml:snakeyaml:2.5")
|
||||
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0")
|
||||
implementation("io.opentelemetry:opentelemetry-sdk-common")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue