Skip to content

Commit 92ff52e

Browse files
build(deps): Bump org.projectlombok:lombok from 1.18.42 to 1.18.44 (#2401)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.42 to 1.18.44. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.42...v1.18.44) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.44 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 9a36a4a commit 92ff52e

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
@@ -48,8 +48,8 @@ java {
4848
}
4949

5050
dependencies {
51-
compileOnly 'org.projectlombok:lombok:1.18.42'
52-
annotationProcessor 'org.projectlombok:lombok:1.18.42'
51+
compileOnly 'org.projectlombok:lombok:1.18.44'
52+
annotationProcessor 'org.projectlombok:lombok:1.18.44'
5353

5454
// Pin exact Selenium version when using a SNAPSHOT (needs snapshot repo); otherwise use version range.
5555
if (seleniumVersion.toString().contains('SNAPSHOT')) {

0 commit comments

Comments
 (0)