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/09/15 09:36:45 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2419] spring, junit

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 f10e3cf  [OPENMEETINGS-2419] spring, junit
     new d620b3f  Merge branch 'master' of github.com:apache/openmeetings
f10e3cf is described below

commit f10e3cf0558f1c95361b07e489a28d46bb7e755e
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Sep 15 16:36:17 2020 +0700

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

diff --git a/pom.xml b/pom.xml
index 6f0f564..ea92aac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,12 +75,12 @@
 		<forbiddenapis.version>2.7</forbiddenapis.version>
 		<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
 		<!-- dependency versions -->
-		<junit.version>5.6.2</junit.version>
+		<junit.version>5.7.0</junit.version>
 		<wicket.version>9.0.0</wicket.version>
 		<wicketju.version>9.0.0-M5.1</wicketju.version>
 		<wickets.version>9.0.0</wickets.version>
 		<wicket-bootstrap.version>5.0.1</wicket-bootstrap.version>
-		<spring.version>5.2.8.RELEASE</spring.version>
+		<spring.version>5.2.9.RELEASE</spring.version>
 		<tomcat.version>9.0.37</tomcat.version>
 		<ical4j.version>3.0.18</ical4j.version>
 		<cxf.version>3.4.0</cxf.version>