diff options
author | Steve Smokowski <ss835w@att.com> | 2019-06-27 18:23:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-27 18:23:42 +0000 |
commit | 205f358c6e06726de738b0c7706ec1c3c94afeaa (patch) | |
tree | b57932da8fb3d00449c015c977ab3e06382ddef4 /common/pom.xml | |
parent | 53c9acdac34c8ae726d61d22b88fbe711597ea37 (diff) | |
parent | 577bd39ac9e9495b0c6a38e6f7c567acfcba1c42 (diff) |
Merge "Update failsafe dependency to 2.0.1"
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 4490b63c3b..a52897170a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -111,7 +111,7 @@ <dependency> <groupId>net.jodah</groupId> <artifactId>failsafe</artifactId> - <version>1.1.0</version> + <version>2.0.1</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> |