We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f6c1b commit 1adc447Copy full SHA for 1adc447
build.gradle
@@ -19,8 +19,8 @@ version = gitVersion()
19
sourceCompatibility = JavaVersion.VERSION_11
20
21
dependencies {
22
- compileOnly 'org.projectlombok:lombok:1.18.10'
23
- annotationProcessor 'org.projectlombok:lombok:1.18.10'
+ compileOnly 'org.projectlombok:lombok:1.18.40'
+ annotationProcessor 'org.projectlombok:lombok:1.18.40'
24
25
implementation 'org.slf4j:slf4j-api:1.7.30'
26
implementation 'org.springframework:spring-jdbc:5.3.0'
0 commit comments