This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8260131808 OAK-11758: RDBMK: update PostgreSQL driver to version
42.7.7 (#2331)
8260131808 is described below
commit 82601318081613a7036f8fe33250958224fbfd01
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Jun 13 10:12:44 2025 +0200
OAK-11758: RDBMK: update PostgreSQL driver to version 42.7.7 (#2331)
---
oak-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 23d8344ecb..3970e5a59c 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -1042,7 +1042,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.7.4</version>
+ <version>42.7.7</version>
<!-- OAK-11423: Jdbc driver dependencies need to have scope compile
in order to be included in oak-run. -->
<scope>compile</scope>
</dependency>