You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2022/09/20 08:38:33 UTC

[felix-dev] branch master updated: Configurator: move converter and johnzon deps to latest version

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/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new f0fe4a234c Configurator: move converter and johnzon deps to latest version
f0fe4a234c is described below

commit f0fe4a234cbc44eb6cac45785533205b433a9780
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue Sep 20 09:37:54 2022 +0100

    Configurator: move converter and johnzon deps to latest version
---
 configurator/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configurator/pom.xml b/configurator/pom.xml
index b65744397e..febfd86f58 100644
--- a/configurator/pom.xml
+++ b/configurator/pom.xml
@@ -103,9 +103,9 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.converter</artifactId>
-            <version>1.0.0</version>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.util.converter</artifactId>
+            <version>1.0.9</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -159,7 +159,7 @@
          <dependency>
             <groupId>org.apache.johnzon</groupId>
             <artifactId>johnzon-core</artifactId>
-            <version>1.2.3</version>
+            <version>1.2.19</version>
             <scope>test</scope>
         </dependency>
     </dependencies>