File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
}
11
11
12
12
plugins {
13
- id ' io.franzbecker.gradle-lombok' version ' 4 .0.0'
13
+ id ' io.franzbecker.gradle-lombok' version ' 5 .0.0'
14
14
id ' com.github.johnrengelman.shadow' version ' 7.0.0'
15
15
id ' me.champeau.gradle.japicmp' version ' 0.2.9' apply false
16
16
}
@@ -40,7 +40,7 @@ subprojects {
40
40
}
41
41
42
42
lombok {
43
- version = ' 1.18.20 '
43
+ version = ' 1.18.24 '
44
44
}
45
45
46
46
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
testCompileOnly " org.projectlombok:lombok:1.18.24"
11
- testAnnotationProcessor " org.projectlombok:lombok:1.18.22 "
11
+ testAnnotationProcessor " org.projectlombok:lombok:1.18.24 "
12
12
testImplementation ' org.testcontainers:kafka'
13
13
testImplementation ' org.apache.kafka:kafka-clients:3.1.0'
14
14
testImplementation ' org.assertj:assertj-core:3.22.0'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
compileOnly " org.projectlombok:lombok:1.18.24"
11
- annotationProcessor " org.projectlombok:lombok:1.18.22 "
11
+ annotationProcessor " org.projectlombok:lombok:1.18.24 "
12
12
13
13
implementation ' org.apache.solr:solr-solrj:8.11.1'
14
14
You can’t perform that action at this time.
0 commit comments