summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-03-21 08:34:31 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-21 08:34:31 +0000
commit10414799b301d26fee6195ab0128fd3dde140b0a (patch)
tree23d4ac22ef92b5e2d3a59538b107f1132662bd7d /framework
parent5d2f93c6fb594fb0197a082a4cf1ba6aea0ead02 (diff)
parent36ba4897bed80bcc0cbbd803ae590fdb58a2e995 (diff)
Merge changes Iff25510f,I599e74e7
* changes: Add default URLs for supported ONAP services Fix SECURITY ISSUES
Diffstat (limited to 'framework')
-rw-r--r--framework/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/pom.xml b/framework/pom.xml
index 56c9681f..013948e9 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>3.1.0.RELEASE</version>
+ <version>3.2.9.RELEASE</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -82,12 +82,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.9.3</version>
+ <version>2.9.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.9.3</version>
+ <version>2.9.4</version>
</dependency>
</dependencies>
</project>