summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-04-08 16:29:43 -0400
committersu622b <sunil.unnava@att.com>2018-04-08 16:29:54 -0400
commit6c5623a670530f81df28126cc943c2018c668049 (patch)
tree5c087e6deb7f5b7abba3fad49279cfcd1c2a8b94 /pom.xml
parent80e8d78baf411a5a63e7a5b19f79f137ec1e9f47 (diff)
security issues fixed in AJSC
Issue-ID: DMAAP-338 Change-Id: Ic7d79199caff483d372e150193375901e4a35ac1 Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 2fbd6d1..d1ec84f 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.3-oss</ajscRuntimeVersion>
+ <ajscRuntimeVersion>3.0.4-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.3-oss</version>
+ <version>3.0.4-oss</version>
<type>pom</type>
</dependency>
@@ -684,13 +684,13 @@
<dependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-runner</artifactId>
- <version>3.0.3-oss</version>
+ <version>3.0.4-oss</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-core</artifactId>
- <version>3.0.3-oss</version>
+ <version>3.0.4-oss</version>
<scope>provided</scope>
</dependency>
</dependencies>