Update dependencies for equinox and log

The log update is required to allow the latest SCR to work
diff --git a/atomos-parent/pom.xml b/atomos-parent/pom.xml
index 34f1093..67509fc 100644
--- a/atomos-parent/pom.xml
+++ b/atomos-parent/pom.xml
@@ -194,7 +194,7 @@
             <dependency>
                 <groupId>org.eclipse.platform</groupId>
                 <artifactId>org.eclipse.osgi</artifactId>
-                <version>3.17.100</version>
+                <version>3.17.200</version>
                 <exclusions>
                     <exclusion>
                         <groupId>*</groupId>
@@ -296,7 +296,7 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.log</artifactId>
-                <version>1.2.2</version>
+                <version>1.2.6</version>
                 <exclusions>
                     <exclusion>
                         <groupId>*</groupId>