From 5b611e20d25c511803914f169138283850355563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 21:02:12 +0000 Subject: [PATCH] chore(deps): bump lombok from 1.18.12 to 1.18.20 Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.12 to 1.18.20. - [Release notes](https://github.com/rzwitserloot/lombok/releases) - [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.12...v1.18.20) 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..3109cc94 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.20' implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.10' }