Fixes for opensource vulnerabilities

Issue-ID: DMAAP-387
Change-Id: I19a55400849f7042298e9a3aa9f235ccb3578c5f
Signed-off-by: su622b <sunil.unnava@att.com>
diff --git a/pom.xml b/pom.xml
index d1ec84f..8d8b206 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
         <javax-mail-version>1.5.0</javax-mail-version>
 		<module.ajsc.namespace.name>dmaap</module.ajsc.namespace.name>
 		<module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
-		<ajscRuntimeVersion>3.0.4-oss</ajscRuntimeVersion>
+		<ajscRuntimeVersion>3.0.5-oss</ajscRuntimeVersion>
 
 		<!-- This will be the Absolute Root of the Project and should contain NO 
 			Versioning -->
@@ -552,7 +552,7 @@
 		<dependency>
 			<groupId>com.att.ajsc</groupId>
 			<artifactId>ajsc-archetype-parent</artifactId>
-			<version>3.0.4-oss</version>
+			<version>3.0.5-oss</version>
 			<type>pom</type>
 		</dependency>
 
@@ -684,13 +684,13 @@
 		<dependency>
 			<groupId>com.att.ajsc</groupId>
 			<artifactId>ajsc-runner</artifactId>
-			<version>3.0.4-oss</version>
+			<version>3.0.5-oss</version>
 			<scope>runtime</scope>
 		</dependency>
 		<dependency>
 			<groupId>com.att.ajsc</groupId>
 			<artifactId>ajsc-core</artifactId>
-			<version>3.0.4-oss</version>
+			<version>3.0.5-oss</version>
 			<scope>provided</scope>
 		</dependency>
 	</dependencies>