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:34 UTC

[openmeetings] 15/17: [OPENMEETINGS-2732] wicket, wicketstuff, cxf, jetty

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 420ef8c2e552d6f7f46a2559cce1270be63cdc19
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Mon Jul 11 17:02:49 2022 +0700

    [OPENMEETINGS-2732] wicket, wicketstuff, cxf, jetty
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 632f3c50f..3509a304c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,15 +80,15 @@
 		<swagger-plugin.version>2.1.6</swagger-plugin.version>
 		<!-- dependency versions -->
 		<junit.version>5.8.2</junit.version>
-		<wicket.version>9.11.0-SNAPSHOT</wicket.version>
+		<wicket.version>9.11.0</wicket.version>
 		<wicket-jquery-ui.version>9.8.1</wicket-jquery-ui.version>
-		<wicketstuff.version>9.10.0</wicketstuff.version>
+		<wicketstuff.version>9.11.0</wicketstuff.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>
 		<ical4j.version>4.0.0-beta1</ical4j.version>
-		<cxf.version>3.5.2</cxf.version>
+		<cxf.version>3.5.3</cxf.version>
 		<io.prometheus.version>0.16.0</io.prometheus.version>
 		<aspectjtools.version>1.9.9.1</aspectjtools.version>
 		<simple-xml.version>2.7.1</simple-xml.version>
@@ -118,7 +118,7 @@
 		<commons-text.version>1.9</commons-text.version>
 		<slf4j.version>2.0.0-alpha7</slf4j.version>
 		<logback.version>1.3.0-alpha14</logback.version>
-		<jetty.version>9.4.46.v20220331</jetty.version>
+		<jetty.version>9.4.48.v20220622</jetty.version>
 		<license.excludedScopes>test</license.excludedScopes>
 		<bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
 		<mockito.version>4.6.1</mockito.version>