Skip to content

Commit 701bb27

Browse files
Bump org.projectlombok:lombok from 1.18.40 to 1.18.42
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.40 to 1.18.42. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.40...v1.18.42) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8054da5 commit 701bb27

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.3'
3737

3838
// Lombok
39-
compileOnly 'org.projectlombok:lombok:1.18.40'
40-
annotationProcessor 'org.projectlombok:lombok:1.18.40'
39+
compileOnly 'org.projectlombok:lombok:1.18.42'
40+
annotationProcessor 'org.projectlombok:lombok:1.18.42'
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.40'
56-
testCompileOnly 'org.projectlombok:lombok:1.18.40'
57-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.40'
55+
testImplementation 'org.projectlombok:lombok:1.18.42'
56+
testCompileOnly 'org.projectlombok:lombok:1.18.42'
57+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
5858
}
5959

6060
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)