Skip to content
Snippets Groups Projects

fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.18.2

@@ -35,7 +35,7 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-layout-template-json:2.23.1'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.23.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2'
implementation 'org.springframework.boot:spring-boot'
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
Loading