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 1e8148389 Bump org.postgresql:postgresql from 42.7.7 to 42.7.11 (#148)
1e8148389 is described below
commit 1e8148389767bf4e8fdc645329e4c54cc3d6272f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 11:55:21 2026 +0700
Bump org.postgresql:postgresql from 42.7.7 to 42.7.11 (#148)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.7 to 42.7.11.
- [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.7...REL42.7.11)
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-version: 42.7.11
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
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 8ba6807fe..61ceb6e30 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.7</postgresql.connector.version>
+ <postgresql.connector.version>42.7.11</postgresql.connector.version>
<mssql.connector.version>12.8.2.jre11</mssql.connector.version>
<!-- other common versions -->