From 3c5a97132e9b3a7d6a04f4badad4ea6111552f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 04:11:39 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.24 to 1.18.26 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.24 to 1.18.26. - [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.24...v1.18.26) --- 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 46cc4ae..210512f 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ repositories { ext { slf4jVersion = '1.7.36' junitVersion = '5.8.2' - lombokVersion = '1.18.24' + lombokVersion = '1.18.26' jacksonVersion = '2.13.2' jacocoVersion = "0.8.7" mockitoVersion = "4.5.1"