From 295700d0aa3dca6eaba3ab54aa96f5bd06c9f696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:23:25 +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 9f2c1654..26535802 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ subprojects { grpcVersion = '1.58.0' jupiterVersion = '5.10.0' mockitoVersion = '4.11.0' - lombokVersion = '1.18.28' + lombokVersion = '1.18.30' nimbusVersion = '9.34' shadowVersion = '8.1.1'