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/10/07 10:57:32 UTC

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

Author: reschke
Date: Fri Oct  7 10:57:32 2016
New Revision: 1763735

URL: http://svn.apache.org/viewvc?rev=1763735&view=rev
Log:
OAK-4905: RDB*Store: update postgresql JDBC driver reference to 9.4.1211

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=1763735&r1=1763734&r2=1763735&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Fri Oct  7 10:57:32 2016
@@ -850,7 +850,7 @@
         <dependency>
           <groupId>org.postgresql</groupId>
           <artifactId>postgresql</artifactId>
-          <version>9.4.1210.jre6</version>
+          <version>9.4.1211.jre6</version>
         </dependency>
       </dependencies>
     </profile>