From a8a19acb999f4a066ea1466dcb0b71f8cce641fb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Oct 2023 13:27:37 +0100 Subject: [PATCH] Upgrade to Spring Retry 2.0.4 Closes gh-37684 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index b389141e54..9cd1ef4382 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1435,7 +1435,7 @@ bom { ] } } - library("Spring Retry", "2.0.4-SNAPSHOT") { + library("Spring Retry", "2.0.4") { considerSnapshots() group("org.springframework.retry") { modules = [