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/09/03 20:07:45 UTC

[db-jdo] branch master updated: JDO-786 3.2 Release Preparation: first dependency updates w/o code changes

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 c536b9b  JDO-786 3.2 Release Preparation: first dependency updates w/o code changes
c536b9b is described below

commit c536b9bcf660f2e189fc6c7a99cb11fea20acdbb
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Thu Sep 3 22:07:35 2020 +0200

    JDO-786 3.2 Release Preparation: first dependency updates w/o code changes
---
 parent-pom/pom.xml | 23 ++++++++++-------------
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index 5408dce..c0b5c06 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>16</version>
+    <version>23</version>
     <relativePath />
   </parent>
 
@@ -68,20 +68,17 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
      <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-plugin-api</artifactId>
-        <version>2.0</version>
+        <version>3.6.3</version>
       </dependency>
       <dependency>
 	    <groupId>javax.transaction</groupId>
     	<artifactId>javax.transaction-api</artifactId>
     	<version>1.3</version>
-<!--         <groupId>javax.transaction</groupId>
-        <artifactId>transaction-api</artifactId>
-        <version>1.1</version>
- -->      </dependency>
+     </dependency>
       <dependency>
         <groupId>org.apache.ant</groupId>
         <artifactId>ant</artifactId>
-        <version>1.7.0</version>
+        <version>1.10.8</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -92,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.1.0</version>
+        <version>2.2.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.derby</groupId>
@@ -107,27 +104,27 @@ Requests (JSR 12 and 243) under the auspices of the Java Community Process.</des
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>1.4</version>
+        <version>2.7</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
-        <version>2.0</version>
+        <version>2.5.6.SEC03</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
-        <version>2.0</version>
+        <version>2.5.6.SEC03</version>
       </dependency>
       <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
-        <version>3.2</version>
+        <version>3.2.2</version>
       </dependency>
      <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.1</version>
+        <version>1.1.3</version>
       </dependency>
     </dependencies>
   </dependencyManagement>