You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2022/07/14 02:51:29 UTC

[openmeetings] 10/17: [OPENMEETINGS-2741] wicket-bootstrap is updated to address this issue

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

solomax pushed a commit to branch java11-modules
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 53f13fb4966b7654cf99b35afc5aa6e5e6c1c045
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Jun 28 15:41:05 2022 +0700

    [OPENMEETINGS-2741] wicket-bootstrap is updated to address this issue
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3fdba93d2..632f3c50f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
 		<wicket.version>9.11.0-SNAPSHOT</wicket.version>
 		<wicket-jquery-ui.version>9.8.1</wicket-jquery-ui.version>
 		<wicketstuff.version>9.10.0</wicketstuff.version>
-		<wicket-bootstrap.version>6.0.0-M7</wicket-bootstrap.version>
+		<wicket-bootstrap.version>6.0.0-M8-SNAPSHOT</wicket-bootstrap.version>
 		<font-awesome.version>6.1.1</font-awesome.version>
 		<spring.version>5.3.21</spring.version>
 		<tomcat.version>9.0.64</tomcat.version>