From 2a6a82fd739c4109c5318b5406815b19b8d27e48 Mon Sep 17 00:00:00 2001 From: xxeol2 Date: Fri, 6 Oct 2023 15:35:57 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20SpringBoot=20version=203.1.4=EB=A1=9C?= =?UTF-8?q?=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20=EB=B0=8F=20mockito-i?= =?UTF-8?q?nline=20=EC=9D=98=EC=A1=B4=EC=84=B1=20=EC=A0=9C=EA=B1=B0=20(#50?= =?UTF-8?q?4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index abb23ef03..b8d91cef4 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.0.8' + id 'org.springframework.boot' version '3.1.4' id 'io.spring.dependency-management' version '1.1.0' } @@ -41,9 +41,6 @@ dependencies { // Logback Slack Alarm implementation "com.github.maricn:logback-slack-appender:1.4.0" - // Mockito - testImplementation 'org.mockito:mockito-inline' - // Cucumber testImplementation 'io.cucumber:cucumber-java:7.13.0' testImplementation 'io.cucumber:cucumber-spring:7.13.0'