This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-9.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-9.x by this push:
new 4dfeac3ad6 Dependency Update EclipseLink 3.0.4
4dfeac3ad6 is described below
commit 4dfeac3ad6a2a195299718bdea3d78538550a037
Author: Frank Jung <[email protected]>
AuthorDate: Tue Dec 19 14:29:47 2023 +0100
Dependency Update EclipseLink 3.0.4
---
boms/tomee-plume/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 08aada8a4c..459af9b6d7 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -2134,7 +2134,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
- <version>3.0.3</version>
+ <version>3.0.4</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index c90ae7810d..d2cad674d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,7 @@
<version.openjpa>3.2.2</version.openjpa>
<version.openwebbeans>2.0.27</version.openwebbeans>
<!-- org.eclipse -->
- <version.eclipselink>3.0.3</version.eclipselink>
+ <version.eclipselink>3.0.4</version.eclipselink>
<!-- org.glassfish -->
<version.mojarra>3.0.5</version.mojarra>
<!-- org.hibernate -->