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 f7befee [OPENMEETINGS-2093] postgres driver is updated
f7befee is described below
commit f7befee17a454ec96425a94901ed60256f2feec8
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Dec 10 20:18:41 2019 +0700
[OPENMEETINGS-2093] postgres driver is updated
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a23bd4e..6d38130 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
<asterisk-java.version>2.0.2</asterisk-java.version>
<commons-dbcp.version>2.7.0</commons-dbcp.version>
<commons-pool2.version>2.7.0</commons-pool2.version>
- <postgresql.version>42.2.8</postgresql.version>
+ <postgresql.version>42.2.9</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>