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 an...@apache.org on 2020/07/28 13:54:06 UTC

[db-jdo] branch master updated: Update to DN 5.2.5

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

andyj 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 b1f3793  Update to DN 5.2.5
b1f3793 is described below

commit b1f37938207e98a30627cc4f9c2fa6b2c7688b02
Author: Andy Jefferson <an...@datanucleus.org>
AuthorDate: Tue Jul 28 14:53:58 2020 +0100

    Update to DN 5.2.5
---
 tck/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tck/pom.xml b/tck/pom.xml
index 52bf0c6..ea653a9 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -143,12 +143,12 @@
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-core</artifactId>
-                    <version>5.2.3</version>
+                    <version>5.2.4</version>
                 </dependency>
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-rdbms</artifactId>
-                    <version>5.2.3</version>
+                    <version>5.2.4</version>
                 </dependency>
                 <dependency>
                     <groupId>org.datanucleus</groupId>
@@ -163,7 +163,7 @@
                 <dependency>
                     <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-api-jpa</artifactId>
-                    <version>5.2.4</version>
+                    <version>5.2.5</version>
                 </dependency>
                 <dependency>
                     <groupId>log4j</groupId>