From 8115619021ddee325a1849609dd941226f84065a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:58 +0100 Subject: [PATCH] Upgrade to Spring Retry 1.3.0 Closes gh-21981 --- 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 94e32fa1b9..946485c68a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1731,7 +1731,7 @@ bom { ] } } - library("Spring Retry", "1.2.5.RELEASE") { + library("Spring Retry", "1.3.0") { group("org.springframework.retry") { modules = [ "spring-retry"