From f1949472c40c8fb2e02b241ce077565af9558954 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:41:07 +0000 Subject: [PATCH] fix(deps): update dependency org.yaml:snakeyaml to v2.2 --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 92f14b788f..3612c0bf11 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -37,7 +37,7 @@ dependencies { exclude group: 'org.yaml', module: 'snakeyaml' } implementation 'commons-fileupload:commons-fileupload:1.5' - implementation 'org.yaml:snakeyaml:2.0' + implementation 'org.yaml:snakeyaml:2.2' implementation 'org.springframework.boot:spring-boot-starter-cache' implementation 'org.ehcache:ehcache:3.10.8' implementation 'javax.annotation:javax.annotation-api:1.3.2'