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/10/21 16:41:24 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2675] mysql, postgres, spring

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 365fe62  [OPENMEETINGS-2675] mysql, postgres, spring
365fe62 is described below

commit 365fe62145a06565511b4e71085180cc2f34f789
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Thu Oct 21 23:41:13 2021 +0700

    [OPENMEETINGS-2675] mysql, postgres, spring
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cdb12a1..446b51b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
 		<wicketstuff.version>9.5.0</wicketstuff.version>
 		<wicket-bootstrap.version>6.0.0-M4</wicket-bootstrap.version>
 		<font-awesome.version>5.15.4</font-awesome.version>
-		<spring.version>5.3.11</spring.version>
+		<spring.version>5.3.12</spring.version>
 		<tomcat.version>9.0.54</tomcat.version>
 		<ical4j.version>3.0.21</ical4j.version>
 		<cxf.version>3.4.5</cxf.version>
@@ -106,8 +106,8 @@
 		<dom4j.version>2.1.3</dom4j.version>
 		<commons-codec.version>1.15</commons-codec.version>
 		<commons-io.version>2.11.0</commons-io.version>
-		<postgresql.version>42.2.24</postgresql.version>
-		<mysql.version>8.0.26</mysql.version>
+		<postgresql.version>42.3.0</postgresql.version>
+		<mysql.version>8.0.27</mysql.version>
 		<mssql.version>9.4.0.jre11</mssql.version>
 		<ojdbc.version>19.12.0.0</ojdbc.version>
 		<commons-collections4.version>4.4</commons-collections4.version>