You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/08/11 06:35:59 UTC

[isis] branch master updated: Bump org.eclipse.persistence.jpa from 2.7.10 to 2.7.11

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/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 52dd13bfcb Bump org.eclipse.persistence.jpa from 2.7.10 to 2.7.11
52dd13bfcb is described below

commit 52dd13bfcb4d7ba39dfc1256706e8421f61d769a
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Aug 11 08:35:53 2022 +0200

    Bump org.eclipse.persistence.jpa from 2.7.10 to 2.7.11
---
 core/jdk-supplemental/pom.xml       | 4 ++--
 persistence/jpa/eclipselink/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/jdk-supplemental/pom.xml b/core/jdk-supplemental/pom.xml
index 5e2a469d08..14c42bfdcb 100644
--- a/core/jdk-supplemental/pom.xml
+++ b/core/jdk-supplemental/pom.xml
@@ -66,7 +66,7 @@
 			<dependency>
 				<groupId>org.eclipse.persistence</groupId>
 				<artifactId>org.eclipse.persistence.moxy</artifactId>
-				<version>2.7.10</version>
+				<version>2.7.11</version>
 				<exclusions>
 					<exclusion>
 						<groupId>org.ow2.asm</groupId>
@@ -85,7 +85,7 @@
 			<dependency>
 				<groupId>org.eclipse.persistence</groupId>
 				<artifactId>org.eclipse.persistence.sdo</artifactId>
-				<version>2.7.10</version>
+				<version>2.7.11</version>
 			</dependency>
 			<dependency>
 				<groupId>org.ow2.asm</groupId>
diff --git a/persistence/jpa/eclipselink/pom.xml b/persistence/jpa/eclipselink/pom.xml
index 04d79fcefa..742b43577d 100644
--- a/persistence/jpa/eclipselink/pom.xml
+++ b/persistence/jpa/eclipselink/pom.xml
@@ -84,7 +84,7 @@
 		<dependency>
 			<groupId>org.eclipse.persistence</groupId>
 			<artifactId>org.eclipse.persistence.jpa</artifactId>
-			<version>2.7.10</version>
+			<version>2.7.11</version>
 			<exclusions>
 				<exclusion>
 					<groupId>org.ow2.asm</groupId>