Merge pull request #308 from manfredweiss/AXIS2-5986

Also parse action from start-info and use axiom ContentType for parsing
diff --git a/modules/osgi-tests/pom.xml b/modules/osgi-tests/pom.xml
index 6606ab9..498658c 100644
--- a/modules/osgi-tests/pom.xml
+++ b/modules/osgi-tests/pom.xml
@@ -64,7 +64,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
-            <version>7.0.4</version>
+            <version>7.0.5</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 8fd813d..8801c31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -696,7 +696,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>4.6.0</version>
+                <version>4.6.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.ws.xmlschema</groupId>