Skip to content

Commit 458cd69

Browse files
build(deps): bump lombok from 1.18.14 to 1.18.16 (#1406)
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.14 to 1.18.16. - [Release notes](https://github.com/rzwitserloot/lombok/releases) - [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.14...v1.18.16) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57287df commit 458cd69

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
@@ -24,7 +24,7 @@ configurations {
2424

2525
dependencies {
2626
ecj 'org.eclipse.jdt:ecj:3.23.0'
27-
lombok 'org.projectlombok:lombok:1.18.14'
27+
lombok 'org.projectlombok:lombok:1.18.16'
2828
}
2929

3030
java {
@@ -51,7 +51,7 @@ compileJava {
5151
}
5252

5353
dependencies {
54-
compileOnly('org.projectlombok:lombok:1.18.12')
54+
compileOnly('org.projectlombok:lombok:1.18.16')
5555
annotationProcessor('org.projectlombok:lombok:1.18.12')
5656
api ("org.seleniumhq.selenium:selenium-java") {
5757
version {

0 commit comments

Comments
 (0)