From a4e5cde9f6d4d4991f5d8e636ed78902081665e4 Mon Sep 17 00:00:00 2001 From: hyunjin35 Date: Wed, 13 Jul 2022 10:26:02 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=94=84=EB=A7=81=205.3.18=20?= =?UTF-8?q?=EC=B7=A8=EC=95=BD=EB=B2=84=EC=A0=84=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EA=B2=80=EC=B6=9C=EB=90=98=EC=96=B4=20=EB=B2=84=EC=A0=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20(=EC=8A=A4=ED=94=84=EB=A7=81=205.3.21)?= 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 e74d9fc..9a0fd15 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.6.6' + id 'org.springframework.boot' version '2.7.1' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' }