From c95d0545e310702fb48b7d251d30aa5664e988c4 Mon Sep 17 00:00:00 2001 From: HyemIin Date: Tue, 17 Oct 2023 13:32:26 +0900 Subject: [PATCH] =?UTF-8?q?[Feat]=20build.gradle=20=EC=B7=A8=EC=95=BD?= =?UTF-8?q?=EC=A0=90=20=EB=B3=B4=EC=95=88=20=EB=B3=80=EA=B2=BD=20-=20#25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 124f2e8..afaeb62 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { //yml 취약점 보안 2.0 CVE-2002-41854 - implementation 'org.yaml:snakeyaml:2.2' + implementation 'org.yaml:snakeyaml:+' } tasks.named('test') {