This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch v3 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 51b25ca21668f3ea6b785bd4a58c76e98b6d2fed Author: Andi Huber <[email protected]> AuthorDate: Fri Jun 28 09:39:02 2024 +0200 Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 --- 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 3822c48dc9..3a8a958729 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -154,7 +154,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif <junit-platform.version>1.10.2</junit-platform.version> <log4jdbc-remix.version>0.2.7</log4jdbc-remix.version> - <lombok.version>1.18.32</lombok.version> <!-- overriding Spring --> + <lombok.version>1.18.34</lombok.version> <!-- overriding Spring --> <momentjs.version>2.29.4</momentjs.version> <!-- keep in sync: org.apache.causeway.viewer.wicket.ui.components.scalars.datepicker.MomentJsReference --> diff --git a/mavendeps/pom.xml b/mavendeps/pom.xml index 8fe612d5a9..ba0beb2849 100644 --- a/mavendeps/pom.xml +++ b/mavendeps/pom.xml @@ -43,7 +43,7 @@ <jar-plugin.automaticModuleName>org.apache.causeway.mavendeps</jar-plugin.automaticModuleName> <git-plugin.propertiesDir>org/apache/causeway/mavendeps</git-plugin.propertiesDir> - <lombok.version>1.18.32</lombok.version> + <lombok.version>1.18.34</lombok.version> <failOnMissingWebXml>false</failOnMissingWebXml>
