From e2b8d6e1f9d59a2f4d8fa4948f2c66f16eb728dd Mon Sep 17 00:00:00 2001 From: John Niang Date: Mon, 29 Jan 2024 13:59:51 +0800 Subject: [PATCH] Upgrade Resilience4j to 2.2.0 (#5262) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind improvement /area core #### What this PR does / why we need it: This PR upgrades Resilience4J to 2.2.0. See https://github.com/resilience4j/resilience4j/blob/v2.2.0/RELEASENOTES.adoc for more. #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Resilience4j 至 2.2.0 ``` --- platform/application/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/application/build.gradle b/platform/application/build.gradle index 6f76ef8b1..ac1c14d46 100644 --- a/platform/application/build.gradle +++ b/platform/application/build.gradle @@ -20,7 +20,7 @@ ext { jsonPatch = "1.13" springDocOpenAPI = "2.3.0" lucene = "9.9.1" - resilience4jVersion = "2.0.2" + resilience4jVersion = "2.2.0" twoFactorAuth = "1.3" }