Skip to content

Commit 8116d64

Browse files
authored
Merge pull request #28 from biagioT/dependabot/gradle/org.projectlombok-lombok-1.18.40
Bump org.projectlombok:lombok from 1.18.38 to 1.18.40
2 parents b460419 + f5d0573 commit 8116d64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
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.38'
40-
annotationProcessor 'org.projectlombok:lombok:1.18.38'
39+
compileOnly 'org.projectlombok:lombok:1.18.40'
40+
annotationProcessor 'org.projectlombok:lombok:1.18.40'
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.13.4'
5353
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5454
testImplementation 'org.mockito:mockito-core:5.19.0'
55-
testImplementation 'org.projectlombok:lombok:1.18.38'
56-
testCompileOnly 'org.projectlombok:lombok:1.18.38'
57-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
55+
testImplementation 'org.projectlombok:lombok:1.18.40'
56+
testCompileOnly 'org.projectlombok:lombok:1.18.40'
57+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.40'
5858
}
5959

6060
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)