summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-04-09 19:09:07 -0400
committersu622b <sunil.unnava@att.com>2018-04-09 19:13:35 -0400
commitae1537f9bf32149998042905a6a9a58b0b8e0709 (patch)
treec9c13b0d01a876732aa3cb518afd75f6f830e223
parent6c5623a670530f81df28126cc943c2018c668049 (diff)
Fixes for opensource vulnerabilities
Issue-ID: DMAAP-387 Change-Id: I19a55400849f7042298e9a3aa9f235ccb3578c5f Signed-off-by: su622b <sunil.unnava@att.com>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
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>