fix for security vulnerabilities 33/91433/1
authorsu622b <su622b@att.com>
Mon, 15 Jul 2019 08:00:39 +0000 (04:00 -0400)
committersu622b <su622b@att.com>
Mon, 15 Jul 2019 08:00:51 +0000 (04:00 -0400)
Issue-ID: DMAAP-985
Change-Id: Ie3439158fc84682d21931f9e4047338d357b57a5
Signed-off-by: su622b <su622b@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 08a78e9..54ad3d9 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.10-oss</ajscRuntimeVersion>
+               <ajscRuntimeVersion>3.0.11-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.10-oss</version>
+                       <version>3.0.11-oss</version>
                        <type>pom</type>
                </dependency>
 
                <dependency>
                        <groupId>com.att.ajsc</groupId>
                        <artifactId>ajsc-runner</artifactId>
-                       <version>3.0.10-oss</version>
+                       <version>3.0.11-oss</version>
                        <scope>runtime</scope>
                </dependency>
                <dependency>
                        <groupId>com.att.ajsc</groupId>
                        <artifactId>ajsc-core</artifactId>
-                       <version>3.0.10-oss</version>
+                       <version>3.0.11-oss</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>