From fe83d0850022472650a0bdcff15db5d622fa8f7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 03:11:13 +0000 Subject: [PATCH] Bump lombok from 1.18.22 to 1.18.24 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 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.22...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 354e75cb..6675ff58 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ repositories { mavenCentral() } -final def lombokVersion = '1.18.22' +final def lombokVersion = '1.18.24' dependencies { compile group: 'com.madgag.spongycastle', name: 'core', version: '1.58.0.0'