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/04/07 14:25:29 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2593] tomcat mockito

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 93013cd  [OPENMEETINGS-2593] tomcat mockito
93013cd is described below

commit 93013cdf5ef4c52fe87d9ac78f08cb670f590944
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Apr 7 21:25:16 2021 +0700

    [OPENMEETINGS-2593] tomcat mockito
---
 openmeetings-server/pom.xml | 2 +-
 pom.xml                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/openmeetings-server/pom.xml b/openmeetings-server/pom.xml
index 599ce21..226aa74 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.44.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.45.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>
diff --git a/pom.xml b/pom.xml
index 3c88983..3586d80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
 		<wicket-bootstrap.version>5.0.4</wicket-bootstrap.version>
 		<font-awesome.version>5.15.2</font-awesome.version>
 		<spring.version>5.3.5</spring.version>
-		<tomcat.version>9.0.44</tomcat.version>
+		<tomcat.version>9.0.45</tomcat.version>
 		<ical4j.version>3.0.21</ical4j.version>
 		<cxf.version>3.4.3</cxf.version>
 		<io.prometheus.version>0.10.0</io.prometheus.version>
@@ -119,7 +119,7 @@
 		<jetty.version>9.4.38.v20210224</jetty.version>
 		<license.excludedScopes>test</license.excludedScopes>
 		<bcprov-jdk15on.version>1.68</bcprov-jdk15on.version>
-		<mockito.version>3.8.0</mockito.version>
+		<mockito.version>3.9.0</mockito.version>
 		<quartz.version>2.3.2</quartz.version>
 		<kurento.version>6.16.0</kurento.version>
 		<jain-sip.version>1.2.307</jain-sip.version><!-- other versions are broken! -->