From f2a74c910793dbaa7d6351236e936030d252f302 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 15 Dec 2023 18:26:21 +0100 Subject: [PATCH] Upgrade to Spring Retry 2.0.5 Closes gh-38836 --- 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 d988dc45d142..9027f3cb482f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1600,7 +1600,7 @@ bom { ] } } - library("Spring Retry", "2.0.4") { + library("Spring Retry", "2.0.5") { considerSnapshots() group("org.springframework.retry") { modules = [