This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 0a0e3eb504 FINERACT-2326: Upgrade dependencies
0a0e3eb504 is described below
commit 0a0e3eb504d87f4579d8f53121af54216ce81c76
Author: VĂctor Romero <[email protected]>
AuthorDate: Sun Oct 5 20:36:39 2025 -0600
FINERACT-2326: Upgrade dependencies
FINERACT-2326: Upgrade dependencies - Postgresql
---
buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle
b/buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle
index ae0ea516f4..2f682717cf 100644
--- a/buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle
+++ b/buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle
@@ -237,7 +237,7 @@ dependencyManagement {
//v42.7.5: performance issue:
https://github.com/pgjdbc/pgjdbc/issues/3511#issuecomment-2637277977
//v42.7.4: CVE-2025-49146:
https://nvd.nist.gov/vuln/detail/CVE-2025-49146
- dependency 'org.postgresql:postgresql:42.7.3'
+ dependency 'org.postgresql:postgresql:42.7.8'
dependency 'com.mysql:mysql-connector-j:9.2.0'