From e63be1bf7387cbfa2777fb9d315f58135b9d5337 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 15 Dec 2023 17:33:42 +0100 Subject: [PATCH] Upgrade to Spring Retry 2.0.5 Closes gh-38834 --- 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 2cf74df0d0..a902fb1283 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1477,7 +1477,7 @@ bom { ] } } - library("Spring Retry", "2.0.4") { + library("Spring Retry", "2.0.5") { considerSnapshots() group("org.springframework.retry") { modules = [