From 3048c98abea10a77b7aa6b4233d169c62effe997 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:22:09 +0000 Subject: [PATCH] chore(deps): update plugin io.freefair.lombok to v9 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4a4dec8..5ff305b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ plugins { `java-library` signing `maven-publish` - id("io.freefair.lombok") version "8.14.4" apply false + id("io.freefair.lombok") version "9.2.0" apply false jacoco }