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 3a336f00f chore(deps-dev): bump org.postgresql:postgresql from 42.7.6
to 42.7.7 in /java/driver/jdbc-validation-postgresql (#2958)
3a336f00f is described below
commit 3a336f00fe7b0c4d11a2e036b4615a98a69aa5d0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 12 09:02:09 2025 +0900
chore(deps-dev): bump org.postgresql:postgresql from 42.7.6 to 42.7.7 in
/java/driver/jdbc-validation-postgresql (#2958)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.6 to 42.7.7.
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 a1a8b81db..2913d9a3d 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.6</version>
+ <version>42.7.7</version>
<scope>test</scope>
</dependency>