You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/08/27 07:52:24 UTC

[syncope] branch 2_1_X updated: Upgrading Mockito and fixing JPA spec dependency

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new fd93dbe  Upgrading Mockito and fixing JPA spec dependency
fd93dbe is described below

commit fd93dbe181167bb5ceb35130f809a2862a2c2bfb
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Aug 27 09:31:29 2020 +0200

    Upgrading Mockito and fixing JPA spec dependency
---
 core/persistence-jpa/pom.xml | 2 +-
 core/rest-cxf/pom.xml        | 2 +-
 pom.xml                      | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/persistence-jpa/pom.xml b/core/persistence-jpa/pom.xml
index 88d57f0..23d8cc0 100644
--- a/core/persistence-jpa/pom.xml
+++ b/core/persistence-jpa/pom.xml
@@ -40,7 +40,7 @@ under the License.
   <dependencies>    
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jpa_2.1_spec</artifactId>
+      <artifactId>geronimo-jpa_2.2_spec</artifactId>
     </dependency>
     <dependency>
       <groupId>javax.el</groupId>
diff --git a/core/rest-cxf/pom.xml b/core/rest-cxf/pom.xml
index dfe75fc..b238747 100644
--- a/core/rest-cxf/pom.xml
+++ b/core/rest-cxf/pom.xml
@@ -46,7 +46,7 @@ under the License.
     
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jpa_2.1_spec</artifactId>
+      <artifactId>geronimo-jpa_2.2_spec</artifactId>
     </dependency>
 
     <dependency>
diff --git a/pom.xml b/pom.xml
index b03d29f..31775a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,7 +450,7 @@ under the License.
     <h2.version>1.4.200</h2.version>
 
     <junit.version>5.6.2</junit.version>
-    <mockito.version>3.5.6</mockito.version>
+    <mockito.version>3.5.7</mockito.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -581,8 +581,8 @@ under the License.
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-jpa_2.1_spec</artifactId>
-        <version>1.0-alpha-1</version> 
+        <artifactId>geronimo-jpa_2.2_spec</artifactId>
+        <version>1.1</version>
       </dependency>
       <dependency>
         <groupId>javax.el</groupId>