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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new c14c9c8366 [KARAF-7467] Upgrade to org.osgi.util.converter 1.0.9
     new a6edb0e9f5 Merge pull request #1581 from jbonofre/KARAF-7467
c14c9c8366 is described below

commit c14c9c83662c38bba4929a96e1aea1e3e41ea153
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Jun 30 16:00:22 2022 +0200

    [KARAF-7467] Upgrade to org.osgi.util.converter 1.0.9
---
 config/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/pom.xml b/config/pom.xml
index 124da0a799..ae1dea379a 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.util.converter</artifactId>
-            <version>1.0.1</version>
+            <version>1.0.9</version>
             <scope>provided</scope>
         </dependency>
         

Reply via email to