You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2016/09/12 14:07:09 UTC

svn commit: r1760373 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: reschke
Date: Mon Sep 12 14:07:09 2016
New Revision: 1760373

URL: http://svn.apache.org/viewvc?rev=1760373&view=rev
Log:
OAK-4794: RDBDocumentStore: update PostgresQL JDBC driver

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1760373&r1=1760372&r2=1760373&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Mon Sep 12 14:07:09 2016
@@ -845,7 +845,7 @@
         <dependency>
           <groupId>org.postgresql</groupId>
           <artifactId>postgresql</artifactId>
-          <version>9.4.1208.jre6</version>
+          <version>9.4.1210.jre6</version>
         </dependency>
       </dependencies>
     </profile>