From b10ac209c50a38e6d684b49fa045666dc5926b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:10:45 +0000 Subject: [PATCH] Bump io.freefair.lombok from 8.12.1 to 8.12.2 Bumps [io.freefair.lombok](https://github.com/freefair/gradle-plugins) from 8.12.1 to 8.12.2. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/8.12.1...8.12.2) --- updated-dependencies: - dependency-name: io.freefair.lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fdac597..4760f17 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { `java-library` `jacoco` `maven-publish` - id("io.freefair.lombok") version "8.12.1" + id("io.freefair.lombok") version "8.12.2" id("io.spring.dependency-management") version "1.1.7" }