Skip to content

Commit

Permalink
chore: SpringBoot version 3.1.4로 업데이트 및 mockito-inline 의존성 제거 (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxeol2 authored and BGuga committed Oct 17, 2023
1 parent 3ed71b3 commit 2a6a82f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}

Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 2a6a82f

Please sign in to comment.