Skip to content

Commit 0835090

Browse files
build(deps): Bump org.projectlombok:lombok from 1.18.38 to 1.18.42 (#2345)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1ed8a0 commit 0835090

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
@@ -42,8 +42,8 @@ java {
4242
}
4343

4444
dependencies {
45-
compileOnly 'org.projectlombok:lombok:1.18.38'
46-
annotationProcessor 'org.projectlombok:lombok:1.18.38'
45+
compileOnly 'org.projectlombok:lombok:1.18.42'
46+
annotationProcessor 'org.projectlombok:lombok:1.18.42'
4747

4848
if (project.hasProperty("isCI")) {
4949
api "org.seleniumhq.selenium:selenium-api:${seleniumVersion}"

0 commit comments

Comments
 (0)