You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2022/01/12 14:21:42 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: Use commons 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/sling-org-apache-sling-feature-launcher.git


The following commit(s) were added to refs/heads/master by this push:
     new 380b64b  Use commons johnzon 1.2.14
380b64b is described below

commit 380b64ba520b2f6285641f09a89fe6612276fbc4
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Jan 12 15:21:14 2022 +0100

    Use commons johnzon 1.2.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 73cf280..74af0d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,7 +264,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.johnzon</artifactId>
-            <version>1.2.13-SNAPSHOT</version>
+            <version>1.2.14</version>
             <scope>provided</scope>
         </dependency>