From dcf9d2ddaabd5daa1341e5be08e991886c8e8e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 21:02:05 +0000 Subject: [PATCH] chore(deps): bump lombok from 1.18.12 to 1.18.22 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.12 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.12...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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dcca38f6..563f1152 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation 'com.google.guava:guava:23.0' implementation 'com.sparkjava:spark-core:2.9.2' implementation 'com.h2database:h2:1.4.200' - compileOnly 'org.projectlombok:lombok:1.18.12' + compileOnly 'org.projectlombok:lombok:1.18.22' implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.10' }