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 2019/07/30 03:02:14 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2093] common-pool and mysql versions are updated

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 299e799  [OPENMEETINGS-2093] common-pool and mysql versions are updated
299e799 is described below

commit 299e799946cff219e39086b8968c8844de875670
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Jul 30 10:02:01 2019 +0700

    [OPENMEETINGS-2093] common-pool and mysql versions are updated
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 96327d6..af03c93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,13 +94,13 @@
 		<openjpa.version>3.1.0</openjpa.version>
 		<asterisk-java.version>2.0.2</asterisk-java.version>
 		<commons-dbcp.version>2.6.0</commons-dbcp.version>
-		<commons-pool2.version>2.6.2</commons-pool2.version>
+		<commons-pool2.version>2.7.0</commons-pool2.version>
 		<postgresql.version>42.2.6</postgresql.version>
 		<commons-cli.version>1.4</commons-cli.version>
 		<dom4j.version>2.1.1</dom4j.version>
 		<commons-codec.version>1.13</commons-codec.version>
 		<commons-io.version>2.6</commons-io.version>
-		<mysql.version>8.0.16</mysql.version>
+		<mysql.version>8.0.17</mysql.version>
 		<mssql.version>7.2.2.jre11</mssql.version>
 		<commons-collections4.version>4.4</commons-collections4.version>
 		<xstream.version>1.4.11.1</xstream.version>