Skip to content

Commit dc2c5be

Browse files
committed
Upgrade to Spring Retry 2.0.12
Closes gh-45425
1 parent 106a659 commit dc2c5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2247,7 +2247,7 @@ bom {
22472247
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
22482248
}
22492249
}
2250-
library("Spring Retry", "2.0.12-SNAPSHOT") {
2250+
library("Spring Retry", "2.0.12") {
22512251
considerSnapshots()
22522252
group("org.springframework.retry") {
22532253
modules = [

0 commit comments

Comments
 (0)