Skip to content

Commit e340287

Browse files
committed
chore[infra]: sentry 지원을 위한 스프링부트 버전 변경
1 parent 8674477 commit e340287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.5.5'
4-
id 'io.spring.dependency-management' version '1.1.7'
3+
id 'org.springframework.boot' version '3.3.3'
4+
id 'io.spring.dependency-management' version '1.1.5'
55

66
id("org.jetbrains.kotlin.jvm") version "1.9.25"
77
id("com.google.devtools.ksp") version "1.9.25-1.0.20"

0 commit comments

Comments
 (0)