summaryrefslogtreecommitdiffstats
path: root/ONAP-REST
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-02-08 03:48:24 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-08 03:48:24 +0000
commitc9039d15e8a84a9304fba40283a332a2a65ef854 (patch)
treeaaa96b96a25b992f749702a4bba2d5b91dbec9bb /ONAP-REST
parentb7594ee217d0fd4c724fd64dd48d2e154fdd6e90 (diff)
parentbcdb1e1a529d31d3f03482ca784a1799655ce544 (diff)
Merge "Upgrade dependencies to clear security issues"
Diffstat (limited to 'ONAP-REST')
-rw-r--r--ONAP-REST/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ONAP-REST/pom.xml b/ONAP-REST/pom.xml
index 499ec195f..27f3582ef 100644
--- a/ONAP-REST/pom.xml
+++ b/ONAP-REST/pom.xml
@@ -3,7 +3,7 @@
============LICENSE_START=======================================================
ONAP Policy Engine
================================================================================
- Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -188,7 +188,7 @@
</dependencies>
<properties>
- <springframework.version>4.2.0.RELEASE</springframework.version>
+ <springframework.version>4.3.3.RELEASE</springframework.version>
<hibernate.version>4.3.10.Final</hibernate.version>
</properties>
</project>