diff options
author | Manoop Talasila <talasila@research.att.com> | 2019-10-29 14:29:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-29 14:29:29 +0000 |
commit | beabe647ed84f9a5fea3e9633267e713e19f3750 (patch) | |
tree | b24086168eb30b8beed86a6a5096a7ea996d3698 /ecomp-sdk/epsdk-aaf | |
parent | 7589db2190a9b63d6cd3632e0f9694df88700f10 (diff) | |
parent | eae3e8b357d96bff29ce0b3086aed388754feaf2 (diff) |
Merge "Security Vulnerability in pom.xml fix"
Diffstat (limited to 'ecomp-sdk/epsdk-aaf')
-rw-r--r-- | ecomp-sdk/epsdk-aaf/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-aaf/pom.xml b/ecomp-sdk/epsdk-aaf/pom.xml index 9d10e9bb..036b5e4a 100644 --- a/ecomp-sdk/epsdk-aaf/pom.xml +++ b/ecomp-sdk/epsdk-aaf/pom.xml @@ -19,7 +19,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <springframework.version>4.2.0.RELEASE</springframework.version> + <springframework.version>4.3.20.RELEASE</springframework.version> </properties> <dependencies> <!-- internal --> @@ -108,7 +108,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> - <version>1.3.0.RELEASE</version> + <version>1.3.1.RELEASE</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |