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/02/19 01:06:25 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2519] spring, 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 55b5f08  [OPENMEETINGS-2519] spring, jetty
55b5f08 is described below

commit 55b5f085c52063bf7d7587209c6e0a6304451388
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Feb 19 08:06:07 2021 +0700

    [OPENMEETINGS-2519] spring, jetty
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2ce0b03..9946bf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
 		<wickets.version>9.2.0</wickets.version>
 		<wicket-bootstrap.version>5.0.3</wicket-bootstrap.version>
 		<font-awesome.version>5.15.2</font-awesome.version>
-		<spring.version>5.3.3</spring.version>
+		<spring.version>5.3.4</spring.version>
 		<tomcat.version>9.0.43</tomcat.version>
 		<ical4j.version>3.0.18</ical4j.version>
 		<cxf.version>3.4.2</cxf.version>
@@ -114,7 +114,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.34.v20201102</jetty.version>
+		<jetty.version>9.4.36.v20210114</jetty.version>
 		<license.excludedScopes>test</license.excludedScopes>
 		<bcprov-jdk15on.version>1.68</bcprov-jdk15on.version>
 		<mockito.version>3.7.7</mockito.version>