File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010}
1111
1212plugins {
13- id ' io.franzbecker.gradle-lombok' version ' 4 .0.0'
13+ id ' io.franzbecker.gradle-lombok' version ' 5 .0.0'
1414 id ' com.github.johnrengelman.shadow' version ' 7.0.0'
1515 id ' me.champeau.gradle.japicmp' version ' 0.2.9' apply false
1616}
@@ -40,7 +40,7 @@ subprojects {
4040 }
4141
4242 lombok {
43- version = ' 1.18.20 '
43+ version = ' 1.18.24 '
4444 }
4545
4646
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 testCompileOnly " org.projectlombok:lombok:1.18.24"
11- testAnnotationProcessor " org.projectlombok:lombok:1.18.22 "
11+ testAnnotationProcessor " org.projectlombok:lombok:1.18.24 "
1212 testImplementation ' org.testcontainers:kafka'
1313 testImplementation ' org.apache.kafka:kafka-clients:3.1.0'
1414 testImplementation ' org.assertj:assertj-core:3.22.0'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 compileOnly " org.projectlombok:lombok:1.18.24"
11- annotationProcessor " org.projectlombok:lombok:1.18.22 "
11+ annotationProcessor " org.projectlombok:lombok:1.18.24 "
1212
1313 implementation ' org.apache.solr:solr-solrj:8.11.1'
1414
You can’t perform that action at this time.
0 commit comments