Skip to content

Commit fbf3e53

Browse files
chore(deps): bump org.projectlombok:lombok from 1.18.38 to 1.18.42
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.38 to 1.18.42. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.38...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 4f7a0d8 commit fbf3e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ allprojects {
3434
}
3535

3636
dependencies {
37-
compileOnly 'org.projectlombok:lombok:1.18.38'
37+
compileOnly 'org.projectlombok:lombok:1.18.42'
3838

3939
implementation 'com.google.code.gson:gson:2.13.1'
4040
implementation 'org.jetbrains:annotations:26.0.2'
4141
implementation 'ch.qos.logback:logback-classic:1.5.18'
4242

43-
annotationProcessor 'org.projectlombok:lombok:1.18.38'
43+
annotationProcessor 'org.projectlombok:lombok:1.18.42'
4444
}
4545

4646
tasks.withType(JavaCompile).configureEach {

0 commit comments

Comments
 (0)