Skip to content

Commit 2cc1c90

Browse files
committed
fix: spring boot의 버전을 spring cloud와 호환되는 버전으로 변경
1 parent 300a0cf commit 2cc1c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.3.1'
3+
id 'org.springframework.boot' version '3.2.7'
44
id 'io.spring.dependency-management' version '1.1.5'
55
id 'com.google.cloud.tools.jib' version '3.4.2'
66
id 'jacoco'

0 commit comments

Comments
 (0)