diff --git a/build.gradle b/build.gradle index 737b4c6..d2e33ef 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { // CVE-2022-1471 false positive as spring boot uses safe constructor in snakeyaml // https://github.com/spring-projects/spring-boot/issues/33457 - implementation 'org.yaml:snakeyaml:2.0' + implementation 'org.yaml:snakeyaml:2.1' implementation 'org.springdoc:springdoc-openapi-ui:1.6.14' implementation 'net.logstash.logback:logstash-logback-encoder:6.4'