From 70f4ae97e636eae3d72e804da3b3410d92a9c87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:55:30 -0600 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 (#747) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lauren Kemperman <117678574+lkemperman-cfa@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1d07eb549..82ab6176b 100644 --- a/build.gradle +++ b/build.gradle @@ -53,8 +53,8 @@ dependencies { implementation 'org.bouncycastle:bcpkix-jdk15on:1.70' implementation 'org.springframework.shell:spring-shell-starter:3.2.2' + testImplementation 'org.projectlombok:lombok:1.18.34' implementation 'commons-net:commons-net:3.11.1' - testImplementation 'org.projectlombok:lombok:1.18.32' implementation 'io.sentry:sentry-spring-boot-starter-jakarta:7.12.0' implementation 'io.sentry:sentry-logback:7.12.0'