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

ilgrosso 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 305f6e8fc Bump org.postgresql:postgresql from 42.7.5 to 42.7.7 (#131)
305f6e8fc is described below

commit 305f6e8fc54b4eacbf8217e83234adade93e8d71
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 11 18:29:06 2025 +0200

    Bump org.postgresql:postgresql from 42.7.5 to 42.7.7 (#131)
    
    Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 
42.7.5 to 42.7.7.
    - [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.7.5...REL42.7.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-version: 42.7.7
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 64ee1946d..ac5af5327 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
         <hsqldb.version>2.7.4</hsqldb.version>
         <mysql.connector.version>5.1.49</mysql.connector.version>
         <mariadb.connector.version>2.7.2</mariadb.connector.version>
-        <postgresql.connector.version>42.7.5</postgresql.connector.version>
+        <postgresql.connector.version>42.7.7</postgresql.connector.version>
         <mssql.connector.version>12.8.1.jre11</mssql.connector.version>
 
         <!-- other common versions -->

Reply via email to