diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2019-03-18 10:01:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-18 10:01:51 +0000 |
commit | 3f698bd2f031546b0c67cbcd6f1a42c427e9e168 (patch) | |
tree | b84a5a57182aac79b856004891ed5f58fb7ec3b4 | |
parent | 3532de2a50178e47cfe3d3fe21a6cbcbc0544ca5 (diff) | |
parent | 68349e1bdcfa5da14b13c87d7e916bf4fb783dc4 (diff) |
Merge "bump spring version"
-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 b9866a69..9c44a1ca 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.1.1.RELEASE</spring.boot.version> + <spring.boot.version>2.1.3.RELEASE</spring.boot.version> </properties> <!-- used to test dependency convergence locally <build> |