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 2021/09/14 17:50:33 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2640] wicketstuff, junit, tomcat

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 c46bdc7  [OPENMEETINGS-2640] wicketstuff, junit, tomcat
     new a3a8865  Merge branch 'master' of github.com:apache/openmeetings
c46bdc7 is described below

commit c46bdc7bfa8836f72087bba495fa69e815c46c53
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Sep 15 00:50:08 2021 +0700

    [OPENMEETINGS-2640] wicketstuff, junit, tomcat
---
 openmeetings-server/pom.xml | 2 +-
 pom.xml                     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/openmeetings-server/pom.xml b/openmeetings-server/pom.xml
index 309af51..6d35963 100644
--- a/openmeetings-server/pom.xml
+++ b/openmeetings-server/pom.xml
@@ -119,7 +119,7 @@
 			<id>prepare-web-server</id>
 			<activation>
 				<file>
-					<missing>web-server/apache-tomcat-9.0.52.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.53.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>
diff --git a/pom.xml b/pom.xml
index fcd363b..6281bb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,14 +79,14 @@
 		<frontend-maven-plugin.version>1.11.0</frontend-maven-plugin.version>
 		<swagger-plugin.version>2.1.6</swagger-plugin.version>
 		<!-- dependency versions -->
-		<junit.version>5.7.1</junit.version>
+		<junit.version>5.8.0</junit.version>
 		<wicket.version>9.5.0</wicket.version>
 		<wicket-jquery-ui.version>9.3.2</wicket-jquery-ui.version>
-		<wicketstuff.version>9.4.0</wicketstuff.version>
+		<wicketstuff.version>9.5.0</wicketstuff.version>
 		<wicket-bootstrap.version>6.0.0-M4-SNAPSHOT</wicket-bootstrap.version>
 		<font-awesome.version>5.15.4</font-awesome.version>
 		<spring.version>5.3.9</spring.version>
-		<tomcat.version>9.0.52</tomcat.version>
+		<tomcat.version>9.0.53</tomcat.version>
 		<ical4j.version>3.0.21</ical4j.version>
 		<cxf.version>3.4.4</cxf.version>
 		<io.prometheus.version>0.12.0</io.prometheus.version>