This is an automated email from the ASF dual-hosted git repository. jungm 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 68b571e22f TOMEE-4498 - Bump org.eclipse.persistence:eclipselink from 4.0.6 to 4.0.7 (#1989) 68b571e22f is described below commit 68b571e22fdcda31b1002891893d9ea9e5e0c09a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jun 27 08:31:14 2025 +0200 TOMEE-4498 - Bump org.eclipse.persistence:eclipselink from 4.0.6 to 4.0.7 (#1989) Bumps org.eclipse.persistence:eclipselink from 4.0.6 to 4.0.7. --- updated-dependencies: - dependency-name: org.eclipse.persistence:eclipselink dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- boms/tomee-plume/pom.xml | 2 +- examples/jpa-eclipselink/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index 0e073cdfb2..e3da02977c 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -2248,7 +2248,7 @@ <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> - <version>4.0.6</version> + <version>4.0.7</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/examples/jpa-eclipselink/pom.xml b/examples/jpa-eclipselink/pom.xml index d4e9ab75aa..da3b086fef 100644 --- a/examples/jpa-eclipselink/pom.xml +++ b/examples/jpa-eclipselink/pom.xml @@ -27,7 +27,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <surefire.argline /> - <version.eclipselink>4.0.6</version.eclipselink> + <version.eclipselink>4.0.7</version.eclipselink> </properties> <build> <defaultGoal>install</defaultGoal> diff --git a/pom.xml b/pom.xml index 69c905723f..2d0cee5c95 100644 --- a/pom.xml +++ b/pom.xml @@ -218,7 +218,7 @@ <version.openjpa>4.1.1</version.openjpa> <version.openwebbeans>4.0.3</version.openwebbeans> <!-- org.eclipse --> - <version.eclipselink>4.0.6</version.eclipselink> + <version.eclipselink>4.0.7</version.eclipselink> <!-- org.glassfish --> <version.mojarra>4.0.11</version.mojarra> <!-- org.hibernate -->