From 7b6fb1707952088ff5d80071afdcc37041bc75c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 09:03:59 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.28 to 1.18.30 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.28 to 1.18.30. - [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.28...v1.18.30) --- 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 2bf1c9c..eb94d3d 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ repositories { ext { netflixDgsVersion = "7.3.6" - lombokVersion = "1.18.28" + lombokVersion = "1.18.30" lombokMapstructBinding = "0.2.0" mapstructVersion = "1.5.5.Final" jpamodelgenVersion = "6.2.7.Final"