This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new aa185a5d83 Dependency Update EclipseLink 3.0.4
aa185a5d83 is described below
commit aa185a5d8356d722c0289c196e6b1f5aa44dfb62
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 57d33bfe7d..8f64bcf4f6 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -2105,7 +2105,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 22757f1a37..4d726ac80d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
<version.openjpa>4.0.0-SNAPSHOT</version.openjpa>
<version.openwebbeans>4.0.1</version.openwebbeans>
<!-- org.eclipse -->
- <version.eclipselink>3.0.3</version.eclipselink>
+ <version.eclipselink>3.0.4</version.eclipselink>
<!-- org.glassfish -->
<version.mojarra>4.0.1</version.mojarra>
<!-- org.hibernate -->