Skip to content

Commit d8a31a4

Browse files
build(deps): Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 (#2191)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.32...v1.18.34) --- updated-dependencies: - dependency-name: org.projectlombok:lombok 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 9333f95 commit d8a31a4

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
@@ -38,8 +38,8 @@ ext {
3838
}
3939

4040
dependencies {
41-
compileOnly 'org.projectlombok:lombok:1.18.32'
42-
annotationProcessor 'org.projectlombok:lombok:1.18.32'
41+
compileOnly 'org.projectlombok:lombok:1.18.34'
42+
annotationProcessor 'org.projectlombok:lombok:1.18.34'
4343

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

0 commit comments

Comments
 (0)