This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 54cd8b252 chore(java): Bump org.postgresql:postgresql from 42.7.8 to
42.7.9 in /java (#3901)
54cd8b252 is described below
commit 54cd8b25248b2a1687e3a1b3cc686e9653703465
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 21 10:08:43 2026 +0900
chore(java): Bump org.postgresql:postgresql from 42.7.8 to 42.7.9 in /java
(#3901)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.8 to 42.7.9.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/driver/jdbc-validation-postgresql/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/driver/jdbc-validation-postgresql/pom.xml
b/java/driver/jdbc-validation-postgresql/pom.xml
index aae65c11d..68fa5f8f6 100644
--- a/java/driver/jdbc-validation-postgresql/pom.xml
+++ b/java/driver/jdbc-validation-postgresql/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.7.8</version>
+ <version>42.7.9</version>
<scope>test</scope>
</dependency>