diff options
author | varun gudisena <vg411h@att.com> | 2018-04-11 14:04:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-11 14:04:44 +0000 |
commit | 7cd58518e9dc263521f252c1095a43244e464222 (patch) | |
tree | 25135a8abce2829f029dc98b2d36c9ddb55816c1 | |
parent | 6582f9c3e934669f26ddacc166c54b05407dfd26 (diff) | |
parent | ae1537f9bf32149998042905a6a9a58b0b8e0709 (diff) |
Merge "Fixes for opensource vulnerabilities"
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |