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 2021/10/09 09:04:15 UTC

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

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 e0770e4  Bump lombok 1.18.20 -> 1.18.22
e0770e4 is described below

commit e0770e4bb7d804004ea336982ec2df3b438e81f1
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Oct 9 11:04:04 2021 +0200

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

diff --git a/isis-parent/pom.xml b/isis-parent/pom.xml
index b3de634..664ece7 100644
--- a/isis-parent/pom.xml
+++ b/isis-parent/pom.xml
@@ -332,7 +332,7 @@ under the License.
 		<!-- overriding Spring, since v3.0.0 breaks artifact retrieval of org.jruby:jruby (of any version) -->
 		<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
 
-		<lombok.version>1.18.20</lombok.version> <!-- overriding Spring -->
+		<lombok.version>1.18.22</lombok.version> <!-- overriding Spring -->
 		<delombok.output>${project.build.directory}/delombok</delombok.output>
 		<!-- APACHE ISIS customisation 4/15: end -->
 		<surefire.version>2.22.2</surefire.version>
diff --git a/mavendeps/pom.xml b/mavendeps/pom.xml
index eafd608..0549af2 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.20</lombok.version>
+		<lombok.version>1.18.22</lombok.version>
 
 		<failOnMissingWebXml>false</failOnMissingWebXml>