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 2020/04/14 14:59:51 UTC

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

Author: reschke
Date: Tue Apr 14 14:59:51 2020
New Revision: 1876519

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

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=1876519&r1=1876518&r2=1876519&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Tue Apr 14 14:59:51 2020
@@ -1072,7 +1072,7 @@
         <dependency>
           <groupId>org.postgresql</groupId>
           <artifactId>postgresql</artifactId>
-          <version>42.2.10</version>
+          <version>42.2.12</version>
         </dependency>
       </dependencies>
     </profile>