SLING-11014: update to Apache Felix Framework 7.0.3 (#12)

* SLING-11014: update to Apache Felix Framework 7.0.3
diff --git a/pom.xml b/pom.xml
index aa412ab..0ec7300 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
        This version is a concatenation of the framework version and a version for the launchpad base itself.
        For a release only the qualifier (launchpad base version) is increased.
      -->
-    <version>7.0.1-2.7.5-SNAPSHOT</version>
+    <version>7.0.3-2.7.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Launchpad Base</name>
@@ -240,7 +240,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>7.0.1</version>
+            <version>7.0.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>