This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 35458dcf87b build(deps): bump org.postgresql:postgresql from 42.7.12
to 42.7.13 (#20172)
35458dcf87b is described below
commit 35458dcf87b20bb4cb272aae3e6cfeeb5054ac07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 28 09:39:07 2026 +0800
build(deps): bump org.postgresql:postgresql from 42.7.12 to 42.7.13 (#20172)
* build(deps): bump org.postgresql:postgresql from 42.7.12 to 42.7.13
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.12 to 42.7.13.
- [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.12...REL42.7.13)
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-version: 42.7.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* build: update PostgreSQL license metadata
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
licenses.yaml | 6 +++---
pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index 054bf24010a..4124190bca4 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -3984,7 +3984,7 @@ name: PostgreSQL JDBC Driver
license_category: binary
module: extensions/druid-lookups-cached-single
license_name: BSD-2-Clause License
-version: 42.7.12
+version: 42.7.13
copyright: PostgreSQL Global Development Group
license_file_path: licenses/bin/postgresql.BSD2
libraries:
@@ -3996,7 +3996,7 @@ name: PostgreSQL JDBC Driver
license_category: binary
module: extensions/druid-lookups-cached-global
license_name: BSD-2-Clause License
-version: 42.7.12
+version: 42.7.13
copyright: PostgreSQL Global Development Group
license_file_path: licenses/bin/postgresql.BSD2
libraries:
@@ -4008,7 +4008,7 @@ name: PostgreSQL JDBC Driver
license_category: binary
module: extensions/postgresql-metadata-storage
license_name: BSD-2-Clause License
-version: 42.7.12
+version: 42.7.13
copyright: PostgreSQL Global Development Group
license_file_path: licenses/bin/postgresql.BSD2
libraries:
diff --git a/pom.xml b/pom.xml
index 70642eb9f7e..14fdbe7fdf2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
<mariadb.version>2.7.3</mariadb.version>
<netty3.version>3.10.6.Final</netty3.version>
<netty4.version>4.2.17.Final</netty4.version>
- <postgresql.version>42.7.12</postgresql.version>
+ <postgresql.version>42.7.13</postgresql.version>
<protobuf.version>4.35.1</protobuf.version>
<resilience4j.version>2.4.0</resilience4j.version>
<slf4j.version>2.0.18</slf4j.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]