From 74a4ef26e25760aaf3bcaea90b75dd8710971bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 04:57:43 +0000 Subject: [PATCH] build(deps): bump io.freefair.lombok from 6.2.0 to 6.6.2 Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 6.2.0 to 6.6.2. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/6.2.0...6.6.2) --- updated-dependencies: - dependency-name: io.freefair.lombok dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a5409c8..26a7ce5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'io.freefair.lombok' version '6.2.0' apply false + id 'io.freefair.lombok' version '6.6.2' apply false id 'com.google.cloud.tools.jib' version '3.1.4' apply false id 'fr.brouillard.oss.gradle.jgitver' version '0.9.1' apply false id 'org.springframework.boot' version '2.5.5' apply false