diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2018-08-24 07:37:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-24 07:37:14 +0000 |
commit | 7936412c39097bb4f8fb58630c11c3b4bdf90ed0 (patch) | |
tree | 596cb691cec03bccf0bc588b880ae1fe17b945ae | |
parent | 0a53b11370431d55d302430fb39cbc84bf1a40c4 (diff) | |
parent | 1018e6c3a9cc16f9d1a69fa728c2a4a557fa2272 (diff) |
Merge "Fix CVE-2018-11040"
-rw-r--r-- | nokiav2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nokiav2/pom.xml b/nokiav2/pom.xml index f250a999..72ab854d 100644 --- a/nokiav2/pom.xml +++ b/nokiav2/pom.xml @@ -28,7 +28,7 @@ <name>vfc-nfvo-driver-vnfm-svnfm-nokiav2</name> <properties> <jacoco.version>0.8.0</jacoco.version> - <spring.boot.version>2.0.2.RELEASE</spring.boot.version> + <spring.boot.version>2.0.4.RELEASE</spring.boot.version> </properties> <!-- used to test dependency convergence locally <build> |