From 5677f67bcd7026d62af41c08fa84ecfa344ba496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Mon, 6 Nov 2023 09:03:14 +0900 Subject: [PATCH] no message --- kcsc-back-end/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kcsc-back-end/build.gradle b/kcsc-back-end/build.gradle index 2793ae5..da72d4c 100644 --- a/kcsc-back-end/build.gradle +++ b/kcsc-back-end/build.gradle @@ -39,12 +39,12 @@ dependencies { compileOnly 'org.projectlombok:lombok:1.18.24' annotationProcessor 'org.projectlombok:lombok:1.18.24' - annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor:2.7.17' + annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' - implementation 'org.springframework.boot:spring-boot-starter-web:2.7.17' - implementation 'org.springframework.boot:spring-boot-starter-security:2.7.17' - implementation 'org.springframework.boot:spring-boot-starter-data-jpa:2.7.17' - developmentOnly 'org.springframework.boot:spring-boot-devtools:2.7.17' + implementation 'org.springframework.boot:spring-boot-starter-web' + implementation 'org.springframework.boot:spring-boot-starter-security' + implementation 'org.springframework.boot:spring-boot-starter-data-jpa' + developmentOnly 'org.springframework.boot:spring-boot-devtools' implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.2'