From ffb663ba0f55e1ce1b3469b1c435f0c8f0d5d59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 04:07:13 +0000 Subject: [PATCH] build(deps): bump io.freefair.lombok from 6.2.0 to 6.5.0.2 Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 6.2.0 to 6.5.0.2. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/6.2.0...6.5.0.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..bc10b6e 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.5.0.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