This is an automated email from the ASF dual-hosted git repository.

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit 83039b498a5b3c65a0881777d1912d2b24458e54
Author: Adam Saghy <[email protected]>
AuthorDate: Wed Mar 26 09:41:19 2025 +0100

    FINERACT-2181: Downgrade postgres driver - performance issue with v42.7.5
---
 renovate.json | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/renovate.json b/renovate.json
index de27e45ed7..3f1cf72a94 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,4 +1,5 @@
 {
+  "commitMessagePrefix": "FINERACT-2181: ",
   "extends": [
     "config:base",
     "group:allNonMajor",
@@ -85,6 +86,11 @@
     "allowedVersions": "<=2.2.11",
     "description": "2.2.14 version is not compatible with the 
org.openapi.generator Gradle plugin version 6.6.0"
   },
+  {
+    "matchPackageNames": ["org.postgresql:postgresql"],
+    "allowedVersions": "<=42.7.4",
+    "description": "Postgres JDBC driver 42.7.5 has a performance bug: 
https://github.com/pgjdbc/pgjdbc/issues/3511#issuecomment-2637277977";
+  },
   {
     "depTypeList": ["dependencies"],
     "updateTypes": ["patch", "minor"],

Reply via email to