diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-02-10 12:40:12 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2021-02-10 12:44:53 +0100 |
commit | 51710092beee572f3b857c0f17a86736b0a9bdfd (patch) | |
tree | ae27187a7493806eea375560298b3508d9cad570 /mod/runtimeapi/runtime-core | |
parent | 37c166b1c88f8e947af94368e1f2f1f9bb94b51a (diff) |
Remove security vulnerabilities in runtime-api
Update springfox dependencies to 3.0.0
Add changelog
Issue-ID: DCAEGEN2-2595
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I1c7df7c5e5ad250f532ae07904cb16f4e1114063
Diffstat (limited to 'mod/runtimeapi/runtime-core')
-rw-r--r-- | mod/runtimeapi/runtime-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml index 9310bd3..a1b05e6 100644 --- a/mod/runtimeapi/runtime-core/pom.xml +++ b/mod/runtimeapi/runtime-core/pom.xml @@ -25,12 +25,12 @@ limitations under the License. <parent> <artifactId>runtimeapi</artifactId> <groupId>org.onap.dcaegen2.platform.mod</groupId> - <version>1.2.1</version> + <version>1.2.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>runtime-core</artifactId> - <version>1.2.1</version> + <version>1.2.2</version> <dependencies> <dependency> |