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/06/08 11:00:31 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2740] testing fix in wicket-core

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 ba3a03269 [OPENMEETINGS-2740] testing fix in wicket-core
ba3a03269 is described below

commit ba3a03269f5a8c4cdce200f7fd4240e680dbb109
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Jun 8 18:00:20 2022 +0700

    [OPENMEETINGS-2740] testing fix in wicket-core
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6875a616f..274e3ecc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
 		<swagger-plugin.version>2.1.6</swagger-plugin.version>
 		<!-- dependency versions -->
 		<junit.version>5.8.2</junit.version>
-		<wicket.version>9.10.0</wicket.version>
+		<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-M6</wicket-bootstrap.version>