Skip to content

Commit fe1c0ae

Browse files
build(deps): Bump org.projectlombok:lombok from 1.18.44 to 1.18.46 (#2412)
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.44 to 1.18.46. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.44...v1.18.46) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.46 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 32432c7 commit fe1c0ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ java {
5252
}
5353

5454
dependencies {
55-
compileOnly 'org.projectlombok:lombok:1.18.44'
56-
annotationProcessor 'org.projectlombok:lombok:1.18.44'
55+
compileOnly 'org.projectlombok:lombok:1.18.46'
56+
annotationProcessor 'org.projectlombok:lombok:1.18.46'
5757

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

0 commit comments

Comments
 (0)