Skip to content

Commit 8ebb5c3

Browse files
build(deps): Bump org.projectlombok:lombok from 1.18.26 to 1.18.28 (#1929)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.26 to 1.18.28. - [Release notes](https://github.com/projectlombok/lombok/releases) - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.26...v1.18.28) --- 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 a42ba4d commit 8ebb5c3

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
@@ -29,8 +29,8 @@ ext {
2929
}
3030

3131
dependencies {
32-
compileOnly 'org.projectlombok:lombok:1.18.26'
33-
annotationProcessor 'org.projectlombok:lombok:1.18.26'
32+
compileOnly 'org.projectlombok:lombok:1.18.28'
33+
annotationProcessor 'org.projectlombok:lombok:1.18.28'
3434

3535
api ('org.seleniumhq.selenium:selenium-api') {
3636
version {

0 commit comments

Comments
 (0)