SLING-12097 - Installer Core build fails with Java 17

Update to the latest version of the OSGi converter
diff --git a/pom.xml b/pom.xml
index 4d11a7b..a744597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.util.converter</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.9</version>
             <scope>provided</scope>
         </dependency>
         <dependency>