Skip to content

Commit e096509

Browse files
chore(deps): bump org.projectlombok:lombok from 1.18.40 to 1.18.42 (#24)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e7fe80 commit e096509

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
@@ -36,8 +36,8 @@ subprojects {
3636
version = "3.5.0"
3737

3838
dependencies {
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

4343
jar {

0 commit comments

Comments
 (0)