Skip to content

Commit 3f8540a

Browse files
committed
Development: Update Spring Boot to 3.5.5
1 parent 0fcbab4 commit 3f8540a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.5.0' apply false
2+
id 'org.springframework.boot' version '3.5.5' apply false
33
id 'io.spring.dependency-management' version '1.1.7'
44
id 'io.freefair.lombok' version '8.13.1' apply false
55
id 'java'
@@ -36,4 +36,4 @@ subprojects {
3636
csv.required = false
3737
}
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)