You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by so...@apache.org on 2022/11/24 04:24:26 UTC

[openjpa] branch master updated: Bump postgresql from 42.5.0 to 42.5.1 (#109)

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

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
     new 05069dfee Bump postgresql from 42.5.0 to 42.5.1 (#109)
05069dfee is described below

commit 05069dfee47724ec263a3bbc1c84c12739f241e4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 24 11:24:21 2022 +0700

    Bump postgresql from 42.5.0 to 42.5.1 (#109)
    
    Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.0 to 42.5.1.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.5.0...REL42.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5be36ce58..27df59a03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
         <hsqldb.version>2.5.1</hsqldb.version>
         <mysql.connector.version>5.1.49</mysql.connector.version>
         <mariadb.connector.version>2.7.2</mariadb.connector.version>
-        <postgresql.connector.version>42.5.0</postgresql.connector.version>
+        <postgresql.connector.version>42.5.1</postgresql.connector.version>
         <mssql.connector.version>11.2.1.jre8</mssql.connector.version>
 
         <!-- other common versions -->