You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2019/07/12 13:25:18 UTC

[sling-org-apache-sling-feature-io] branch master updated: Update org.osgi.felix.converter dependency to latest

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 651d711  Update org.osgi.felix.converter dependency to latest
651d711 is described below

commit 651d71148ee36851b97df3c3cac6101dbe69721c
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Jul 12 14:20:07 2019 +0100

    Update org.osgi.felix.converter dependency to latest
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 03a78e1..a9b7cff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.converter</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>