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/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 6e7625b24f reverts bump of momentjs (breaks time-picking)
6e7625b24f is described below
commit 6e7625b24fbdc1fbca6304e27e57c75dc65c35e4
Author: andi-huber <[email protected]>
AuthorDate: Mon Jun 10 09:35:14 2024 +0200
reverts bump of momentjs (breaks time-picking)
---
bom/pom.xml | 2 +-
.../wicket/ui/components/scalars/datepicker/MomentJsReference.java | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 5ff1c791d3..d3c01f90c0 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -158,7 +158,7 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<lombok.version>1.18.32</lombok.version> <!-- overriding Spring -->
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
- <momentjs.version>2.30.0</momentjs.version> <!-- keep in sync:
org.apache.causeway.viewer.wicket.ui.components.scalars.datepicker.MomentJsReference
-->
+ <momentjs.version>2.29.4</momentjs.version> <!-- keep in sync:
org.apache.causeway.viewer.wicket.ui.components.scalars.datepicker.MomentJsReference
-->
<!-- See https://nodejs.org/en/download/ for latest node and npm (lts)
versions -->
<node.version>v18.12.0</node.version>
diff --git
a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/components/scalars/datepicker/MomentJsReference.java
b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/components/scalars/datepicker/MomentJsReference.java
index 04f5845839..ccc18b4eaf 100644
---
a/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/components/scalars/datepicker/MomentJsReference.java
+++
b/viewers/wicket/ui/src/main/java/org/apache/causeway/viewer/wicket/ui/components/scalars/datepicker/MomentJsReference.java
@@ -35,8 +35,7 @@ public class MomentJsReference extends
WebjarsJavaScriptResourceReference {
new MomentJsReference();
private MomentJsReference() {
- super(String.format("momentjs/%s/min/moment.min.js",
- "2.30.0"));
+ super(String.format("momentjs/%s/min/moment.min.js", "2.29.4"));
}
/**