Skip to content

Commit 46aebd0

Browse files
increment spring and lombok
1 parent e11db52 commit 46aebd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'application'
33
id 'java'
44

5-
id 'org.springframework.boot' version '4.0.0-M2'
5+
id 'org.springframework.boot' version '4.0.0-M3'
66
id 'io.spring.dependency-management' version '1.1.7'
77

88
id 'jacoco'
@@ -39,7 +39,7 @@ repositories {
3939
}
4040

4141
ext {
42-
lombokVersion = "1.18.38"
42+
lombokVersion = "1.18.42"
4343
apiCourtScheduleVersion = "0.4.2"
4444
}
4545

0 commit comments

Comments
 (0)