diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-12-11 08:45:36 +0100 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-12-11 08:47:00 +0100 |
commit | 860f748aca6a62c204bd9f0571d4e1ab53fff07e (patch) | |
tree | 0a31b9cf68fe8b4751cf91c43d97a3a661c74ddc | |
parent | 48496976194d974727c074e7f5c0aadc2e22b773 (diff) |
Fix CVE-2018-15756
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-1159
Change-Id: Ifdb433838f6c556ba74460817b9fd22e1db78805
-rw-r--r-- | nokiav2/docs/onboarding.rst | 2 | ||||
-rw-r--r-- | nokiav2/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nokiav2/docs/onboarding.rst b/nokiav2/docs/onboarding.rst index 4613777d..d28dd41b 100644 --- a/nokiav2/docs/onboarding.rst +++ b/nokiav2/docs/onboarding.rst @@ -231,7 +231,7 @@ The following section design a network service. The prerequisite is that the tes - If the network service is missing from the list - - Log in as demo user and select SDC + - Log in as demo user and select SDC and create the Network Service category - Click on Create diff --git a/nokiav2/pom.xml b/nokiav2/pom.xml index 2a83751d..b362bc87 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.5.RELEASE</spring.boot.version> + <spring.boot.version>2.1.1.RELEASE</spring.boot.version> </properties> <!-- used to test dependency convergence locally <build> |