diff options
author | Benjamin, Max <max.benjamin@att.com> | 2019-06-26 11:26:55 -0400 |
---|---|---|
committer | Max Benjamin <max.benjamin@att.com> | 2019-06-27 16:09:30 +0000 |
commit | 577bd39ac9e9495b0c6a38e6f7c567acfcba1c42 (patch) | |
tree | 267d3ce07458957189630ddf015338279256f2a6 /common/pom.xml | |
parent | 5c58eeca5ffd8b080b9af7619a903eb0acff3a0d (diff) |
Update failsafe dependency to 2.0.1
Updated calls to failsafe 2.0.1 API
Change-Id: I2c86ca02d56a07262e330ee5f8f088d1a1f5b4a7
Issue-ID: SO-2057
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
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> |