From ccc8669dfff9d3aa87f689ef197bcf02bd2994ca Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 17 Nov 2020 18:57:37 -0800 Subject: [PATCH] Upgrade to Freefair Lombok Gradle Plugin 5.3.0. --- spring-session-data-geode/spring-session-data-geode.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-session-data-geode/spring-session-data-geode.gradle b/spring-session-data-geode/spring-session-data-geode.gradle index 90ad401..39e4dc5 100644 --- a/spring-session-data-geode/spring-session-data-geode.gradle +++ b/spring-session-data-geode/spring-session-data-geode.gradle @@ -1,5 +1,5 @@ plugins { - id "io.freefair.lombok" version "3.2.1" + id "io.freefair.lombok" version "5.3.0" } apply plugin: 'io.spring.convention.spring-module'