You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/19 05:13:46 UTC

[isis] branch master updated: Bump lombok 1.18.22 -> 1.18.24

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 0332e241e3 Bump lombok 1.18.22 -> 1.18.24
0332e241e3 is described below

commit 0332e241e306d950dd8efcc311f860a80f00ba73
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 19 07:13:40 2022 +0200

    Bump lombok 1.18.22 -> 1.18.24
---
 bom/pom.xml       | 2 +-
 mavendeps/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 88be3ae069..b5e620cd30 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -332,7 +332,7 @@ under the License.
 		<maven.compiler.target>${java.version}</maven.compiler.target>
 		<maven.compiler.release>11</maven.compiler.release>
 
-		<lombok.version>1.18.22</lombok.version> <!-- overriding Spring -->
+		<lombok.version>1.18.24</lombok.version> <!-- overriding Spring -->
 		<delombok.output>${project.build.directory}/delombok</delombok.output>
 		<surefire.version>3.0.0-M6</surefire.version>
 		<surefire-plugin.argLine>-Xmx512m</surefire-plugin.argLine>
diff --git a/mavendeps/pom.xml b/mavendeps/pom.xml
index 0549af247f..cf7dc4a19c 100644
--- a/mavendeps/pom.xml
+++ b/mavendeps/pom.xml
@@ -35,7 +35,7 @@
 		<jar-plugin.automaticModuleName>org.apache.isis.mavendeps</jar-plugin.automaticModuleName>
 		<git-plugin.propertiesDir>org/apache/isis/mavendeps</git-plugin.propertiesDir>
 
-		<lombok.version>1.18.22</lombok.version>
+		<lombok.version>1.18.24</lombok.version>
 
 		<failOnMissingWebXml>false</failOnMissingWebXml>