SLING-10007 : Update launchpad to Apache Felix Framework 6.0.4
diff --git a/pom.xml b/pom.xml
index bab110f..fb34587 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>6.0.2-2.6.37-SNAPSHOT</version>
+    <version>6.0.4-2.6.37-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Launchpad Base</name>
@@ -234,7 +234,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>6.0.2</version>
+            <version>6.0.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>