From 577c8812c52f18059da128715531641b8c333427 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Feb 2020 16:18:12 +0100 Subject: [PATCH] Upgrade to Spring Retry 1.2.5.RELEASE Closes gh-20094 --- 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 5fc4a68892..8d992b16e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1644,7 +1644,7 @@ bom { ] } } - library("Spring Retry", "1.2.4.RELEASE") { + library("Spring Retry", "1.2.5.RELEASE") { group("org.springframework.retry") { modules = [ "spring-retry"