From e4a7fc08ff1fa8fa979bf69caee29f32481e016a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:11:23 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.32...v1.18.34) --- 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 40413e963f..baee52f252 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation group: 'com.mashape.unirest', name: 'unirest-java', version: '1.4.9' implementation group: 'com.github.rainestormee', name: 'jda-command', version: '1.1.5' implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8' - implementation group: 'org.projectlombok', name: 'lombok', version: '1.18.32' + implementation group: 'org.projectlombok', name: 'lombok', version: '1.18.34' implementation group: 'io.javalin', name: 'javalin', version: '6.1.6' implementation group: 'org.json', name: 'json', version: '20240303' implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0'