From 42984c883603d510543772c41bf38f6b0ad9edd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 14:03:49 +0000 Subject: [PATCH] build(deps): bump io.freefair.lombok from 5.3.3.3 to 6.3.0 Bumps io.freefair.lombok from 5.3.3.3 to 6.3.0. --- updated-dependencies: - dependency-name: io.freefair.lombok dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fe134f6..3e3af85 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id 'jacoco' id 'io.ebean' version '12.9.1' id 'idea' - id "io.freefair.lombok" version "5.3.3.3" + id "io.freefair.lombok" version "6.3.0" } apply from: "$rootDir/gradle/jacoco.gradle"