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 2023/01/02 10:49:25 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-9269: RDB*Store: update postgresql jdbc driver reference to 42.2.18

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 70e0f40ec8 OAK-9269: RDB*Store: update postgresql jdbc driver reference to 42.2.18
70e0f40ec8 is described below

commit 70e0f40ec88797aeaf4957585e8991972b943c76
Author: Julian Reschke <re...@apache.org>
AuthorDate: Tue Nov 3 10:51:40 2020 +0000

    OAK-9269: RDB*Store: update postgresql jdbc driver reference to 42.2.18
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1883084 13f79535-47bb-0310-9956-ffa450edef68
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 3b371a2dda..7a6ca16a20 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -1072,7 +1072,7 @@
         <dependency>
           <groupId>org.postgresql</groupId>
           <artifactId>postgresql</artifactId>
-          <version>42.2.12</version>
+          <version>42.2.18</version>
         </dependency>
       </dependencies>
     </profile>