Skip to content

Commit 1c58118

Browse files
build(deps): Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 (#2245)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.34 to 1.18.36. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.34...v1.18.36) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c9d7220 commit 1c58118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ ext {
3838
}
3939

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

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

0 commit comments

Comments
 (0)