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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 41b10b4  Updates for Java 11 TOMEE-3584
41b10b4 is described below

commit 41b10b4b5db596d95f5f61044d37590ab2c1d398
Author: Jean-Louis Monteiro <jeano...@gmail.com>
AuthorDate: Thu Aug 15 10:51:55 2019 +0200

    Updates for Java 11 TOMEE-3584
---
 pom.xml                       | 2 +-
 utils/openejb-mockito/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dfbd46d..659a02b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     
<tomee.build.name>${project.groupId}.${project.artifactId}</tomee.build.name>
 
     <!-- To easily change the javaee api version -->
-    <version.javaee-api>8.0-1</version.javaee-api>
+    <version.javaee-api>8.0-2-SNAPSHOT</version.javaee-api>
 
     <openjpa.version>3.1.0</openjpa.version>
     <openwebbeans.version>2.0.9</openwebbeans.version>
diff --git a/utils/openejb-mockito/pom.xml b/utils/openejb-mockito/pom.xml
index bbce16d..8aaaf1b 100644
--- a/utils/openejb-mockito/pom.xml
+++ b/utils/openejb-mockito/pom.xml
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.7.9</version>
+      <version>2.23.0</version>
       <exclusions>
         <exclusion>
           <artifactId>hamcrest-core</artifactId>

Reply via email to