From f1770d611ccc79ffa0045362cc0fc4f164a54e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:56:52 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.24 to 1.18.26 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.24 to 1.18.26. - [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.24...v1.18.26) --- 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 cb66ccb7..e32941ba 100644 --- a/build.gradle +++ b/build.gradle @@ -161,7 +161,7 @@ dependencies { implementation "org.testcontainers:localstack:${containerVersion}" implementation "org.testcontainers:gcloud:${containerVersion}" implementation 'org.projectlombok:lombok:1.18.26' - annotationProcessor 'org.projectlombok:lombok:1.18.24' + annotationProcessor 'org.projectlombok:lombok:1.18.26' implementation 'com.typesafe:config:1.4.2' implementation 'org.apache.logging.log4j:log4j-core:2.19.0' }