From 603669768caa7b51dc4c66ffe87cad0fc683cfa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 04:01:33 +0000 Subject: [PATCH] build(deps): bump io.freefair.lombok from 6.2.0 to 6.6 Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 6.2.0 to 6.6. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/6.2.0...6.6) --- 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..302dae8 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' 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