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 2022/04/23 19:57:23 UTC

[db-jdo] branch JDO-811 created (now a6160489)

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

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


      at a6160489 JDO-811: Update JDO dependencies

This branch includes the following new commits:

     new a6160489 JDO-811: Update JDO dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[db-jdo] 01/01: JDO-811: Update JDO dependencies

Posted by mb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a616048979a51ac4efefc6c5c31158e76f187ae2
Author: Michael Bouschen <mb...@apache.org>
AuthorDate: Sat Apr 23 21:57:02 2022 +0200

    JDO-811: Update JDO dependencies
---
 parent-pom/pom.xml | 27 ++++++++++++++-------------
 tck/pom.xml        | 18 +++++++++---------
 2 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index fd6255d3..c7d81535 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>25</version>
+        <version>26</version>
         <relativePath />
     </parent>
 
@@ -178,7 +178,8 @@
             <dependency>
                 <groupId>org.apache.maven</groupId>
                 <artifactId>maven-plugin-api</artifactId>
-                <version>3.6.3</version>
+                <version>3.8.5</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>javax.transaction</groupId>
@@ -188,13 +189,13 @@
             <dependency>
                 <groupId>org.apache.ant</groupId>
                 <artifactId>ant</artifactId>
-                <version>1.10.11</version>
+                <version>1.10.12</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.junit.vintage</groupId>
                 <artifactId>junit-vintage-engine</artifactId>
-                <version>5.7.0</version>
+                <version>5.8.2</version>
             </dependency>
             <dependency>
                 <groupId>org.eclipse.persistence</groupId>
@@ -214,12 +215,12 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.8.0</version>
+                <version>2.11.0</version>
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
                 <artifactId>spring-beans</artifactId>
-                <version>5.2.21.RELEASE</version>
+                <version>5.3.19</version>
             </dependency>
             <dependency>
                 <groupId>commons-logging</groupId>
@@ -229,13 +230,13 @@
             <dependency>
                 <groupId>org.apache.maven.plugin-tools</groupId>
                 <artifactId>maven-plugin-annotations</artifactId>
-                <version>3.6.0</version>
+                <version>3.6.4</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>
+                <version>4.2.4</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
@@ -246,15 +247,15 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.8.1</version>
+                    <version>3.10.1</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>3.1.2</version>
+                    <version>3.3.0</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-clean-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.0</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-assembly-plugin</artifactId>
@@ -268,7 +269,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.1.1</version>
+                    <version>3.1.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.felix</groupId>
@@ -277,7 +278,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.3.1</version>
+                    <version>3.4.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/tck/pom.xml b/tck/pom.xml
index f81f5bad..c0515f65 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -193,42 +193,42 @@
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-core</artifactId>
-                    <version>5.2.9</version>
+                    <version>6.0.0-m4</version>
                 </dependency>
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-rdbms</artifactId>
-                    <version>5.2.9</version>
+                    <version>6.0.0-m4</version>
                 </dependency>
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-api-jdo</artifactId>
-                    <version>5.2.7</version>
+                    <version>6.0.0-m4</version>
                 </dependency>
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-jdo-query</artifactId>
-                    <version>5.0.9</version>
+                    <version>6.0.0-m1</version>
                 </dependency>
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-api-jpa</artifactId>
-                    <version>5.2.8</version>
+                    <version>6.0.0-m4</version>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.logging.log4j</groupId>
                     <artifactId>log4j-api</artifactId>
-                    <version>2.17.1</version>
+                    <version>2.17.2</version>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.logging.log4j</groupId>
                     <artifactId>log4j-core</artifactId>
-                    <version>2.17.1</version>
+                    <version>2.17.2</version>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.logging.log4j</groupId>
                     <artifactId>log4j-jcl</artifactId>
-                    <version>2.17.1</version>
+                    <version>2.17.2</version>
                 </dependency>
                 <dependency>
                     <!-- License: CDDL + GPLv2 with classpath exception https://github.com/javaee/javax.annotation/blob/master/LICENSE -->
@@ -240,7 +240,7 @@
                     <!-- License: EDL 1.0 https://www.eclipse.org/org/documents/edl-v10.php -->
                     <groupId>org.glassfish.corba</groupId>
                     <artifactId>glassfish-corba-orb</artifactId>
-                    <version>4.2.2</version>
+                    <version>4.2.4</version>
                 </dependency>
             </dependencies>
         </profile>