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

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


The following commit(s) were added to refs/heads/master by this push:
     new 523b981417 Bump eclipselink 2.7.14 -> 2.7.15
523b981417 is described below

commit 523b9814170b6a8e51935e820c950d04cf3be722
Author: Andi Huber <[email protected]>
AuthorDate: Mon May 27 08:27:07 2024 +0200

    Bump eclipselink 2.7.14 -> 2.7.15
---
 bom/pom.xml                         | 12 +++++++++---
 persistence/jpa/eclipselink/pom.xml |  1 -
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index a78a9ed6d1..2f7256a87b 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -118,6 +118,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>2.7.15</eclipselink.version> <!-- do not upgrade 
2.x to 3.x or higher until Spring 6 -->
         
<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,17 +1531,22 @@ 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>2.7.14</version> <!-- do not upgrade 
2.x to 3.x or higher until Spring 6 -->
+                               <version>${eclipselink.version}</version>
                        </dependency>
                        <dependency>
                                <groupId>org.eclipse.persistence</groupId>
                                
<artifactId>org.eclipse.persistence.sdo</artifactId>
-                               <version>2.7.14</version> <!-- do not upgrade 
2.x to 3.x or higher until Spring 6 -->
+                               <version>${eclipselink.version}</version>
                        </dependency>
-            <!-- dependency convergence clash with 
org.apache.cxf:cxf-core:3.4.0 (used
+                       <!-- dependency convergence clash with 
org.apache.cxf:cxf-core:3.4.0 (used
                                by causeway-mappings-jaxrsclient-impl) TODO ... 
jaxrsclient was removed -->
                        <dependency>
                                <groupId>com.fasterxml.woodstox</groupId>
diff --git a/persistence/jpa/eclipselink/pom.xml 
b/persistence/jpa/eclipselink/pom.xml
index ba6ff644d8..b291714ca9 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>2.7.14</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.ow2.asm</groupId>

Reply via email to