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 ebd1ea2696a408727a907fb692fab6e7c3e31546 Author: Arnold Galovics <[email protected]> AuthorDate: Tue Jun 6 15:15:42 2023 +0200 FINERACT-1724: EclipseLink 4.0.0 renovate restriction due to a bug --- renovate.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 691fd8071..866ba7850 100644 --- a/renovate.json +++ b/renovate.json @@ -31,8 +31,14 @@ "allowedVersions": "<=1.0.1" }, { - "matchPackageNames": ["org.mariadb.jdbc:mariadb-java-client"], - "allowedVersions": "<=3.0.9" + "matchPackageNames": ["org.eclipse.persistence:eclipselink"], + "allowedVersions": "<=4.0.0", + "description": "EclipseLink 4.0.1 has a bug which has been fixed but haven't been released. Try 4.0.2. https://github.com/eclipse-ee4j/eclipselink/issues/1832" + }, + { + "matchPackageNames": ["org.eclipse.persistence:org.eclipse.persistence.jpa"], + "allowedVersions": "<=4.0.0", + "description": "EclipseLink 4.0.1 has a bug which has been fixed but haven't been released. Try 4.0.2. https://github.com/eclipse-ee4j/eclipselink/issues/1832" }, { "depTypeList": ["dependencies"],
