From 263eb81f9922a22e4171a351d34184446d03ecd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 03:15:28 +0000 Subject: [PATCH] build(deps): bump io.freefair.lombok in the patches group Bumps the patches group with 1 update: [io.freefair.lombok](https://github.com/freefair/gradle-plugins). Updates `io.freefair.lombok` from 8.14 to 8.14.2 - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/8.14...8.14.2) --- updated-dependencies: - dependency-name: io.freefair.lombok dependency-version: 8.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e6dcd1e7..698a2bf7 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'application' id 'idea' - id "io.freefair.lombok" version '8.14' + id "io.freefair.lombok" version '8.14.2' // https://github.com/qoomon/gradle-git-versioning-plugin id 'me.qoomon.git-versioning' version '6.4.4' // https://github.com/itzg/github-releaser-gradle-plugin