You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2020/10/26 22:10:10 UTC

[db-jdo] branch master updated: JDO-786: ant -> 1.10.9, JPA -> 2.2.1, commins-io 2.8.0

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

mbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ff75a0  JDO-786: ant -> 1.10.9, JPA -> 2.2.1, commins-io 2.8.0
4ff75a0 is described below

commit 4ff75a0e964847dc805bf4c8bc2f07f5dfb9b522
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Mon Oct 26 23:10:01 2020 +0100

    JDO-786: ant -> 1.10.9, JPA -> 2.2.1, commins-io 2.8.0
---
 api/pom.xml        |  1 -
 parent-pom/pom.xml | 12 +++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index faffa6e..853889c 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -125,7 +125,6 @@
       <!-- License: EDL 1.0 https://www.eclipse.org/org/documents/edl-v10.php -->
       <groupId>org.glassfish.corba</groupId>
       <artifactId>glassfish-corba-omgapi</artifactId>
-      <version>4.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index 6c46725..2f89feb 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -78,7 +78,7 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
       <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant</artifactId>
-        <version>1.10.8</version>
+        <version>1.10.9</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -89,7 +89,7 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
       <dependency>
         <groupId>org.eclipse.persistence</groupId>
         <artifactId>javax.persistence</artifactId>
-        <version>2.2.0</version>
+        <version>2.2.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.derby</groupId>
@@ -104,7 +104,7 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.7</version>
+        <version>2.8.0</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
@@ -126,6 +126,12 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
        <artifactId>maven-plugin-annotations</artifactId>
        <version>3.6.0</version>  
      </dependency>
+     <dependency>
+       <!-- License: EDL 1.0 https://www.eclipse.org/org/documents/edl-v10.php -->
+       <groupId>org.glassfish.corba</groupId>
+       <artifactId>glassfish-corba-omgapi</artifactId>
+       <version>4.2.2</version>
+     </dependency>
     </dependencies>
   </dependencyManagement>