Fixes for opensource vulnerabilities 33/41833/1
authorsu622b <sunil.unnava@att.com>
Mon, 9 Apr 2018 23:09:07 +0000 (19:09 -0400)
committersu622b <sunil.unnava@att.com>
Mon, 9 Apr 2018 23:13:35 +0000 (19:13 -0400)
Issue-ID: DMAAP-387
Change-Id: I19a55400849f7042298e9a3aa9f235ccb3578c5f
Signed-off-by: su622b <sunil.unnava@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index d1ec84f..8d8b206 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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 -->
                <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>
 
                <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>