SLING-11024 Update Karaf to 4.3.5
diff --git a/pom.xml b/pom.xml
index b01e358..bdd2f29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
       <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
-        <version>4.3.4</version>
+        <version>4.3.5</version>
         <extensions>true</extensions>
         <executions>
           <execution>
@@ -228,13 +228,13 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>
-      <version>4.3.4</version>
+      <version>4.3.5</version>
       <type>kar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>standard</artifactId>
-      <version>4.3.4</version>
+      <version>4.3.5</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -242,7 +242,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>enterprise</artifactId>
-      <version>4.3.4</version>
+      <version>4.3.5</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -250,7 +250,7 @@
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>specs</artifactId>
-      <version>4.3.4</version>
+      <version>4.3.5</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>