You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2020/07/27 01:19:36 UTC

[sling-org-apache-sling-commons-johnzon] branch master updated: SLING-9610 Upgrade to latest version of johnzon-core

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

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-johnzon.git


The following commit(s) were added to refs/heads/master by this push:
     new 5cd086f  SLING-9610 Upgrade to latest version of johnzon-core
5cd086f is described below

commit 5cd086fe467c61ac47d17c81be6d920358932452
Author: Eric Norman <en...@apache.org>
AuthorDate: Sun Jul 26 18:19:25 2020 -0700

    SLING-9610 Upgrade to latest version of johnzon-core
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 45d4b0f..1f85e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@ Provide-Capability: osgi.contract;osgi.contract=JavaJSONP;uses:="javax.json,java
         <dependency>
             <groupId>org.apache.johnzon</groupId>
             <artifactId>johnzon-core</artifactId>
-            <version>1.2.3</version>
+            <version>1.2.8</version>
             <scope>provided</scope>
         </dependency>
         <!-- OSGi annotations (OSGi R7) -->