This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 007a37ace [OPENMEETINGS-2780] wicketstuff is updated to fix Calendar
007a37ace is described below
commit 007a37acea5061792679325d3744b24bc63312fd
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Jun 27 19:52:18 2024 +0700
[OPENMEETINGS-2780] wicketstuff is updated to fix Calendar
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7d49d90e0..2dcf22425 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
<!-- dependency versions -->
<junit.version>5.10.2</junit.version>
<wicket.version>10.1.0</wicket.version>
- <wicketstuff.version>10.1.1</wicketstuff.version>
+ <wicketstuff.version>10.2.0-SNAPSHOT</wicketstuff.version>
<wicket-bootstrap.version>7.0.5</wicket-bootstrap.version>
<spring.version>6.1.10</spring.version>
<tomcat.version>10.1.25</tomcat.version>