From f31c697c5b48457b30a1b8624231277ca0f6890f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:38:02 -0700 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 (#579) 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: Alex Gonzalez --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bbe50a35..c0051af1 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ dependencies { testImplementation 'org.awaitility:awaitility' testImplementation 'org.seleniumhq.selenium:selenium-java' testImplementation 'org.postgresql:postgresql' - testImplementation 'org.projectlombok:lombok:1.18.32' + testImplementation 'org.projectlombok:lombok:1.18.34' testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' }