From 3f771e774e42f003c7f510b53d049c8bdf7dd946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 20:04:46 +0000 Subject: [PATCH] Bump lombok from 1.18.16 to 1.18.22 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.16 to 1.18.22. - [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.16...v1.18.22) --- 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 6f2f18d..e66540a 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'com.moandjiezana.toml:toml4j:0.7.2' implementation 'commons-io:commons-io:2.8.0' - annotationProcessor 'org.projectlombok:lombok:1.18.16' + annotationProcessor 'org.projectlombok:lombok:1.18.22' testAnnotationProcessor 'org.projectlombok:lombok:1.18.16' testCompile("org.junit.jupiter:junit-jupiter-api:5.7.0")