You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2020/04/14 12:05:47 UTC

[sling-org-apache-sling-junit-core] branch master updated: SLING-9367 - Update junit.core and junit.teleporter to use commons.johnzon 1.2.0

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git


The following commit(s) were added to refs/heads/master by this push:
     new a9168eb  SLING-9367 - Update junit.core and junit.teleporter to use commons.johnzon 1.2.0
a9168eb is described below

commit a9168eb9091b56ecb0520665ea6b7fb79bcefa49
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Apr 14 14:04:12 2020 +0200

    SLING-9367 - Update junit.core and junit.teleporter to use commons.johnzon 1.2.0
    
    * updated dependencies
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 021386e..44770e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,15 +137,15 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-           <groupId>org.apache.geronimo.specs</groupId>
-           <artifactId>geronimo-json_1.0_spec</artifactId>
-           <version>1.0-alpha-1</version>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-json_1.1_spec</artifactId>
+            <version>1.3</version>
            <scope>compile</scope>
         </dependency>
         <dependency>
           <groupId>org.apache.sling</groupId>
           <artifactId>org.apache.sling.commons.johnzon</artifactId>
-          <version>1.0.0</version>
+          <version>1.2.0</version>
           <scope>test</scope>
         </dependency>
         <dependency>