From f849c42bb8a5498e56cc1ebf5ad87be44aadbf0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 14:12:37 +0000 Subject: [PATCH] build(deps): bump lombok from 1.18.18 to 1.18.22 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.18 to 1.18.22. - [Release notes](https://github.com/projectlombok/lombok/releases) - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.18...v1.18.22) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 26c7685..7602dd3 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ subprojects { } dependencies { - compileOnly("org.projectlombok:lombok:1.18.18") - annotationProcessor("org.projectlombok:lombok:1.18.10") + compileOnly("org.projectlombok:lombok:1.18.22") + annotationProcessor("org.projectlombok:lombok:1.18.22") testImplementation("org.assertj:assertj-core:3.20.2") testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")