From 489bcbf6dba55105de67d4d21654617d8d98f1d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 14:03:04 +0000 Subject: [PATCH] build(deps): bump io.freefair.lombok from 5.3.3.3 to 6.2.0 Bumps io.freefair.lombok from 5.3.3.3 to 6.2.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 20e4140..701b5a9 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.2.0" } apply from: "$rootDir/gradle/jacoco.gradle"