This is an automated email from the ASF dual-hosted git repository.
victorromero 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 0465af7015 FINERACT-2181: Update EclipseLink
0465af7015 is described below
commit 0465af701552d649b322411a212d34dd7b0de36d
Author: VĂctor Romero <[email protected]>
AuthorDate: Sat May 3 17:28:40 2025 -0600
FINERACT-2181: Update EclipseLink
FINERACT-2181: Update EclipseLink
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index a193b8a910..a940c5bb70 100644
--- a/build.gradle
+++ b/build.gradle
@@ -80,7 +80,7 @@ buildscript {
dependencies {
classpath 'com.bmuschko:gradle-cargo-plugin:2.9.0'
- classpath 'org.eclipse.persistence:eclipselink:4.0.2'
+ classpath 'org.eclipse.persistence:eclipselink:4.0.6'
classpath 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0'
classpath
'com.google.cloud.tools:jib-layer-filter-extension-gradle:0.3.0'
classpath 'org.apache.commons:commons-lang3:3.17.0'