summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil unnava <su622b@att.com>2018-08-15 16:12:27 -0400
committersunil unnava <su622b@att.com>2018-08-15 16:14:10 -0400
commit3223e1d30e621f51f9f3f77c3692068222197eb3 (patch)
tree55d418bb54b656ef47dbf537bfcc38d37fa77392
parent82b1b7c6da6ee15853158a19d11d944579c87ede (diff)
fix security vulnerabilities in AJSC
Issue-ID: DMAAP-594 Change-Id: I1a0a27f845782eaad4c36b46d06dd995da661bd1 Signed-off-by: sunil unnava <su622b@att.com>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index a639e58..04f3d4d 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.6-oss</ajscRuntimeVersion>
+ <ajscRuntimeVersion>3.0.7-oss</ajscRuntimeVersion>
<!-- This will be the Absolute Root of the Project and should contain NO
Versioning -->
@@ -721,13 +721,13 @@
<dependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-runner</artifactId>
- <version>3.0.6-oss</version>
+ <version>3.0.7-oss</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-core</artifactId>
- <version>3.0.6-oss</version>
+ <version>3.0.7-oss</version>
<scope>provided</scope>
</dependency>
</dependencies>
@@ -802,7 +802,7 @@
<executableDependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-runner</artifactId>
- </executableDependency>
+ </executableDependency>
<additionalClasspathElements>
<additionalClasspathElement>${basedir}/ajsc-shared-config/etc</additionalClasspathElement>
</additionalClasspathElements>