We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11db52 commit 46aebd0Copy full SHA for 46aebd0
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'application'
3
id 'java'
4
5
- id 'org.springframework.boot' version '4.0.0-M2'
+ id 'org.springframework.boot' version '4.0.0-M3'
6
id 'io.spring.dependency-management' version '1.1.7'
7
8
id 'jacoco'
@@ -39,7 +39,7 @@ repositories {
39
}
40
41
ext {
42
- lombokVersion = "1.18.38"
+ lombokVersion = "1.18.42"
43
apiCourtScheduleVersion = "0.4.2"
44
45
0 commit comments