diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2020-08-18 09:16:01 +0200 |
---|---|---|
committer | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2020-08-18 09:19:54 +0200 |
commit | 37dd372c578905d6a5df3b86f04427aa72689570 (patch) | |
tree | b68ff1432cdd75b792d8585eb228d74553abc60d /rest-services/http-client/pom.xml | |
parent | f441e27ea3abffffa023719feb4cbb7aa2c617ad (diff) |
Fix SDK vulnerabilities
- Update spring boot from 2.2.9 to 2.3.3
- Update patch version from 1.4.1 to 1.4.2
Issue-ID: DCAEGEN2-2277
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I7334e09ed8a7d4dc1cf06a180ca7e21de5f2e089
Diffstat (limited to 'rest-services/http-client/pom.xml')
-rw-r--r-- | rest-services/http-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-services/http-client/pom.xml b/rest-services/http-client/pom.xml index 018bb33e..5eb6f210 100644 --- a/rest-services/http-client/pom.xml +++ b/rest-services/http-client/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>dcaegen2-services-sdk-rest-services</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </parent> <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> |