From 46546f6bfdbcffc4b047d9a0e6a344af49b6263d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 08:20:42 +0100 Subject: [PATCH] :arrow_up: Bump org.projectlombok:lombok from 1.18.20 to 1.18.28 (#34) Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.20 to 1.18.28. - [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.20...v1.18.28) --- 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> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e075ba3..f1752fa 100644 --- a/build.gradle +++ b/build.gradle @@ -29,8 +29,8 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" - testImplementation 'org.projectlombok:lombok:1.18.20' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.20' + testImplementation 'org.projectlombok:lombok:1.18.28' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.28' testImplementation 'org.assertj:assertj-core:3.24.2' testImplementation 'org.glassfish:jakarta.el:5.0.0-M1' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0'