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 2022/05/26 03:28:14 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2732] postgresql

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 3ab660fab [OPENMEETINGS-2732] postgresql
3ab660fab is described below

commit 3ab660fabe100b27823f27e5b09b2aca773e3941
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Thu May 26 10:28:03 2022 +0700

    [OPENMEETINGS-2732] postgresql
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4587a134c..5adaa738a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
 		<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.3.5</postgresql.version>
+		<postgresql.version>42.3.6</postgresql.version>
 		<mysql.version>8.0.29</mysql.version>
 		<mssql.version>10.2.0.jre11</mssql.version>
 		<ojdbc.version>19.14.0.0</ojdbc.version>