You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2021/08/11 12:18:28 UTC

[felix-dev] branch master updated: Update test dependency to Apache Johnzon 1.2.14

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 058c863  Update test dependency to Apache Johnzon 1.2.14
058c863 is described below

commit 058c863a6e2fb98195c394e30ddc9dcf9549711d
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Aug 11 14:18:00 2021 +0200

    Update test dependency to Apache Johnzon 1.2.14
---
 cm.json/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cm.json/pom.xml b/cm.json/pom.xml
index 09e324e..70e4576 100644
--- a/cm.json/pom.xml
+++ b/cm.json/pom.xml
@@ -121,7 +121,7 @@
          <dependency>
             <groupId>org.apache.johnzon</groupId>
             <artifactId>johnzon-core</artifactId>
-            <version>1.2.3</version>
+            <version>1.2.14</version>
             <scope>test</scope>
         </dependency>
         <dependency>