This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tomee-8.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 52571d06c9c1f6b4ff8297c051ccea68aefad9f9 Author: Richard Zowalla <[email protected]> AuthorDate: Fri May 5 12:19:51 2023 +0200 TOMEE-4210 - EclipseLink 2.7.12 --- 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 2e76323fb8..02a21f2ed5 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -1698,7 +1698,7 @@ <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> - <version>2.7.11</version> + <version>2.7.12</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/pom.xml b/pom.xml index f6178f9b4f..2a7b5b53ff 100644 --- a/pom.xml +++ b/pom.xml @@ -204,7 +204,7 @@ <version.openjpa>3.2.2</version.openjpa> <version.openwebbeans>2.0.27</version.openwebbeans> <!-- org.eclipse --> - <version.eclipselink>2.7.11</version.eclipselink> + <version.eclipselink>2.7.12</version.eclipselink> <!-- org.glassfish --> <version.mojarra>2.3.19</version.mojarra> <!-- org.hibernate -->
