diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-11-30 09:59:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-30 09:59:56 +0000 |
commit | fc2d10b79e582723f84288dc134fe15617f19b0e (patch) | |
tree | faf61771ecde85bcdcce1e403edca755677639db /security/crypt-password | |
parent | 31be3fbd527699ff456aac39cd163a735f2f8a48 (diff) | |
parent | 200889e7427038869127555aeb6bcd63809a453b (diff) |
Merge "Update Reactor version and upgrade TestContainers"
Diffstat (limited to 'security/crypt-password')
-rw-r--r-- | security/crypt-password/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/crypt-password/pom.xml b/security/crypt-password/pom.xml index 02344326..911545e3 100644 --- a/security/crypt-password/pom.xml +++ b/security/crypt-password/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk.security</groupId> <artifactId>dcaegen2-services-sdk-security</artifactId> - <version>1.4.4-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |