Skip to content

Commit ea7b29b

Browse files
authored
Upgrade lombok to be compatible against java 17 (#5388)
1 parent 6dc05d3 commit ea7b29b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
plugins {
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

examples/kafka-cluster/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
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'

examples/solr-container/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
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

0 commit comments

Comments
 (0)