From 7831548890bbee12852076d7d93202ad8d093e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:26:23 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.20 to 1.18.32 in /schema Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.20 to 1.18.32. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.20...v1.18.32) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- schema/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/build.gradle b/schema/build.gradle index 70f299abb..e7ec6e69f 100644 --- a/schema/build.gradle +++ b/schema/build.gradle @@ -13,7 +13,7 @@ dependencies { api 'com.sun.istack:istack-commons-runtime:4.1.0-M1' implementation 'org.apache.commons:commons-lang3:3.14.0' - implementation 'org.projectlombok:lombok:1.18.20' + implementation 'org.projectlombok:lombok:1.18.32' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'