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

ahuber pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/v3 by this push:
     new fff3fd7ba5 Bump EclipseLink 4.0.2 -> 4.0.3
fff3fd7ba5 is described below

commit fff3fd7ba533535560f7b434e01559d3dec23e81
Author: Andi Huber <[email protected]>
AuthorDate: Fri May 24 15:41:53 2024 +0200

    Bump EclipseLink 4.0.2 -> 4.0.3
---
 bom/pom.xml                         | 10 ++++++++--
 persistence/jpa/applib/pom.xml      |  1 -
 persistence/jpa/eclipselink/pom.xml |  1 -
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 385d1b0fd5..29a327dc19 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -115,6 +115,7 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
         <docx4j.version>11.3.2</docx4j.version>
 
         <easymock.version>5.2.0</easymock.version>
+        <eclipselink.version>4.0.3</eclipselink.version>
         
<error_prone_annotations.version>2.27.1</error_prone_annotations.version>
 
         <git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>
@@ -1530,15 +1531,20 @@ It is therefore a copy of org.apache:apache, with 
customisations clearly identif
                                <artifactId>stax2-api</artifactId>
                                <version>4.2.2</version>
                        </dependency>
+                       <dependency>
+                <groupId>org.eclipse.persistence</groupId>
+                <artifactId>org.eclipse.persistence.jpa</artifactId>
+                <version>${eclipselink.version}</version>
+            </dependency>
                        <dependency>
                                <groupId>org.eclipse.persistence</groupId>
                                
<artifactId>org.eclipse.persistence.moxy</artifactId>
-                               <version>4.0.2</version>
+                               <version>${eclipselink.version}</version>
                        </dependency>
                        <dependency>
                                <groupId>org.eclipse.persistence</groupId>
                                
<artifactId>org.eclipse.persistence.sdo</artifactId>
-                               <version>4.0.2</version>
+                <version>${eclipselink.version}</version>
                        </dependency>
                        <dependency>
                            <groupId>org.eclipse.persistence</groupId>
diff --git a/persistence/jpa/applib/pom.xml b/persistence/jpa/applib/pom.xml
index f488de1e41..7fde2d20e8 100644
--- a/persistence/jpa/applib/pom.xml
+++ b/persistence/jpa/applib/pom.xml
@@ -100,7 +100,6 @@
                <dependency>
                        <groupId>org.eclipse.persistence</groupId>
                        <artifactId>org.eclipse.persistence.moxy</artifactId>
-                       <version>4.0.2</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.ow2.asm</groupId>
diff --git a/persistence/jpa/eclipselink/pom.xml 
b/persistence/jpa/eclipselink/pom.xml
index 97874d81ef..accba0a811 100644
--- a/persistence/jpa/eclipselink/pom.xml
+++ b/persistence/jpa/eclipselink/pom.xml
@@ -84,7 +84,6 @@
                <dependency>
                        <groupId>org.eclipse.persistence</groupId>
                        <artifactId>org.eclipse.persistence.jpa</artifactId>
-                       <version>4.0.2</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.ow2.asm</groupId>

Reply via email to