Skip to content

Commit 0db22c9

Browse files
authored
fix: update lombok version for jdk24 (opensearch-project#4026)
Signed-off-by: Pavan Yekbote <pybot@amazon.com>
1 parent b6ae5f8 commit 0db22c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ buildscript {
6262
plugins {
6363
id 'com.netflix.nebula.ospackage' version "12.0.0"
6464
id 'java'
65-
id "io.freefair.lombok" version "8.4"
65+
id "io.freefair.lombok" version "8.14"
6666
id 'jacoco'
6767
}
6868

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
}
4848

4949
lombok {
50-
version = "1.18.30"
50+
version = "1.18.38"
5151
}
5252

5353
jacocoTestReport {

ml-algorithms/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292
}
9393

9494
lombok {
95-
version = "1.18.30"
95+
version = "1.18.38"
9696
}
9797

9898
configurations.all {

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ java {
3838
}
3939

4040
lombok {
41-
version = "1.18.30"
41+
version = "1.18.38"
4242
}
4343

4444
opensearchplugin {

0 commit comments

Comments
 (0)