From f1b40ff1ad494e367a3aebb0df25d8c75a394251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 21:05:59 +0000 Subject: [PATCH] chore(deps): bump lombok from 1.18.12 to 1.18.24 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.12 to 1.18.24. - [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.24) --- 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..0bcdfcdd 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.24' implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.10' }