From 614b85fda03a38238a872ee66595fc74139a5984 Mon Sep 17 00:00:00 2001 From: ziiyouth Date: Fri, 12 Jan 2024 21:54:37 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20#51=20=EB=B3=B4=EC=95=88=20=EC=B7=A8?= =?UTF-8?q?=EC=95=BD=EC=A0=90=20=EB=B0=9C=EA=B2=AC=EC=9C=BC=EB=A1=9C=20imp?= =?UTF-8?q?lementation=20=EC=88=98=EC=A0=95?= 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 52a0f93..71b2941 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation('nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect') // aws - implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE' + implementation 'io.awspring.cloud:spring-cloud-starter-aws:2.4.1' } tasks.named('test') {