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 2018/03/01 15:30:37 UTC

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

Author: reschke
Date: Thu Mar  1 15:30:37 2018
New Revision: 1825654

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

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=1825654&r1=1825653&r2=1825654&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Mar  1 15:30:37 2018
@@ -897,7 +897,7 @@
         <dependency>
           <groupId>org.postgresql</groupId>
           <artifactId>postgresql</artifactId>
-          <version>42.2.0</version>
+          <version>42.2.1</version>
         </dependency>
       </dependencies>
     </profile>