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 2019/10/05 04:30:55 UTC

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

Author: reschke
Date: Sat Oct  5 04:30:55 2019
New Revision: 1867993

URL: http://svn.apache.org/viewvc?rev=1867993&view=rev
Log:
OAK-8679: RDB*Store: update postgresql jdbc driver reference to 42.2.8

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=1867993&r1=1867992&r2=1867993&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Sat Oct  5 04:30:55 2019
@@ -1067,7 +1067,7 @@
         <dependency>
           <groupId>org.postgresql</groupId>
           <artifactId>postgresql</artifactId>
-          <version>42.2.6</version>
+          <version>42.2.8</version>
         </dependency>
       </dependencies>
     </profile>