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 2020/11/12 13:32:07 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2455] plugins, spring, cxf, jetty

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 602e19b  [OPENMEETINGS-2455] plugins, spring, cxf, jetty
602e19b is described below

commit 602e19b5c1c9cdd69c8942527fc3095d0c5946de
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Thu Nov 12 20:31:47 2020 +0700

    [OPENMEETINGS-2455] plugins, spring, cxf, jetty
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 614fe8d..4b73a3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,8 +61,8 @@
 		<maven-war-plugin.version>3.3.1</maven-war-plugin.version>
 		<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
 		<wagon-maven-plugin.version>2.0.0</wagon-maven-plugin.version>
-		<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
-		<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
+		<maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
+		<maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
 		<replacer.version>1.5.3</replacer.version>
 		<xml-maven-plugin.version>1.0.2</xml-maven-plugin.version>
 		<saxon.version>8.7</saxon.version>
@@ -81,10 +81,10 @@
 		<wickets.version>9.1.0</wickets.version>
 		<wicket-bootstrap.version>5.0.2</wicket-bootstrap.version>
 		<font-awesome.version>5.15.1</font-awesome.version>
-		<spring.version>5.3.0</spring.version>
+		<spring.version>5.3.1</spring.version>
 		<tomcat.version>9.0.39</tomcat.version>
 		<ical4j.version>3.0.18</ical4j.version>
-		<cxf.version>3.4.0</cxf.version>
+		<cxf.version>3.4.1</cxf.version>
 		<simple-xml.version>2.7.1</simple-xml.version>
 		<jettison.version>1.4.1</jettison.version>
 		<site.basedir>${project.basedir}</site.basedir>
@@ -111,7 +111,7 @@
 		<commons-text.version>1.9</commons-text.version>
 		<slf4j.version>1.7.30</slf4j.version>
 		<logback.version>1.2.3</logback.version>
-		<jetty.version>9.4.33.v20201020</jetty.version>
+		<jetty.version>9.4.34.v20201102</jetty.version>
 		<license.excludedScopes>test</license.excludedScopes>
 		<bcprov-jdk15on.version>1.67</bcprov-jdk15on.version>
 		<mockito.version>3.6.0</mockito.version>