This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/4.0.x by this push:
new 426d3e8 [OPENMEETINGS-2094] common-pool and mysql versions are updated
426d3e8 is described below
commit 426d3e80ee8bf4b9054a76a917d6fe45fc179d4d
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Jul 30 10:02:01 2019 +0700
[OPENMEETINGS-2094] 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 fd93514..23c9193 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.jre8</mssql.version>
<pdfbox.version>2.0.16</pdfbox.version>
<commons-collections4.version>4.4</commons-collections4.version>