aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-17 13:39:27 -0500
committerjimmy <jf2512@att.com>2018-12-17 13:39:56 -0500
commit92ac3a80c822340c07b9d09189b85c34ac797122 (patch)
tree53e6a948543ccfffecb1728cebaa2bd82bd1afd5
parent8fac8919a72b6bdd6785bedb9e2b5d8a5b23480e (diff)
Update for security vulnerabilities
Change-Id: Icd20affb614b6e647728a827b28884f72b11be2a Issue-ID: AAI-1889 Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r--aai-resources/pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml
index c3ae79f..0b5ef57 100644
--- a/aai-resources/pom.xml
+++ b/aai-resources/pom.xml
@@ -35,12 +35,12 @@
<java.version>1.8</java.version>
<start-class>org.onap.aai.ResourcesApp</start-class>
- <aai.schema.version>1.3.0</aai.schema.version>
- <aai.core.version>1.3.0</aai.core.version>
- <aai.schema.ingest.version>1.3.0</aai.schema.ingest.version>
+ <aai.schema.version>1.4.0</aai.schema.version>
+ <aai.core.version>1.4.0</aai.core.version>
+ <aai.schema.ingest.version>1.4.0</aai.schema.ingest.version>
<hbase.version>1.0.2</hbase.version>
- <spring.boot.version>1.5.15.RELEASE</spring.boot.version>
+ <spring.boot.version>1.5.18.RELEASE</spring.boot.version>
<!-- Start of the jacoco plugin properties -->
<sonar.language>java</sonar.language>
@@ -94,11 +94,11 @@
<dmaap.client.version>0.2.12</dmaap.client.version>
<httpcore.version>4.4</httpcore.version>
<json.path.version>2.2.0</json.path.version>
- <activemq.version>5.15.6</activemq.version>
+ <activemq.version>5.15.8</activemq.version>
<httpclient.version>4.5.3</httpclient.version>
- <spring.jms.version>4.3.2.RELEASE</spring.jms.version>
+ <spring.jms.version>4.3.21.RELEASE</spring.jms.version>
<spotify.docker.version>0.4.11</spotify.docker.version>
- <spring.security.version>1.0.3.RELEASE</spring.security.version>
+ <spring.security.version>1.0.8.RELEASE</spring.security.version>
<dme2.version>2.8.5</dme2.version>
<async.retry.version>0.0.7</async.retry.version>
@@ -127,10 +127,10 @@
<license.goal.type>check</license.goal.type>
<jacoco.line.coverage.limit>0.68</jacoco.line.coverage.limit>
- <spring.web.version>4.3.18.RELEASE</spring.web.version>
+ <spring.web.version>4.3.21.RELEASE</spring.web.version>
<netty.handler.version>4.1.9.Final</netty.handler.version>
<netty.version>4.0.56.Final</netty.version>
- <spring.test.version>4.3.6.RELEASE</spring.test.version>
+ <spring.test.version>4.3.21.RELEASE</spring.test.version>
<!-- This will be used for the docker images as the default format of maven build has issues -->
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>