diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2021-02-10 22:17:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-10 22:17:29 +0000 |
commit | 9bb10e0147e582b6272b40473abbb44fc361d29f (patch) | |
tree | 7bb46fefe851b2e73b26530b846199569f89315d /mod/runtimeapi/runtime-core | |
parent | 29af939e2985856df8c8e4e2a34f7a96d947aecd (diff) | |
parent | 51710092beee572f3b857c0f17a86736b0a9bdfd (diff) |
Merge "Remove security vulnerabilities in runtime-api"1.2.2-mod-runtimeapi
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> |