Skip to content

Commit 03da8f4

Browse files
authored
Merge pull request #14 from biagioT/dependabot/gradle/org.projectlombok-lombok-1.18.38
Bump org.projectlombok:lombok from 1.18.36 to 1.18.38
2 parents 1bc48ff + 69ce420 commit 03da8f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ dependencies {
3636
runtimeOnly 'org.eclipse.angus:angus-activation:2.0.2'
3737

3838
// Lombok
39-
compileOnly 'org.projectlombok:lombok:1.18.36'
40-
annotationProcessor 'org.projectlombok:lombok:1.18.36'
39+
compileOnly 'org.projectlombok:lombok:1.18.38'
40+
annotationProcessor 'org.projectlombok:lombok:1.18.38'
4141

4242
// Log
4343
implementation 'org.slf4j:slf4j-api:2.0.17'
@@ -52,9 +52,9 @@ dependencies {
5252
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
5353
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5454
testImplementation 'org.mockito:mockito-core:5.16.1'
55-
testImplementation 'org.projectlombok:lombok:1.18.36'
56-
testCompileOnly 'org.projectlombok:lombok:1.18.36'
57-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
55+
testImplementation 'org.projectlombok:lombok:1.18.38'
56+
testCompileOnly 'org.projectlombok:lombok:1.18.38'
57+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
5858
}
5959

6060
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)