Skip to content

Commit f985623

Browse files
committed
Upgrade to Spring Retry 2.0.10
Closes gh-42567
1 parent 37ae78e commit f985623

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
@@ -2095,7 +2095,7 @@ bom {
20952095
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
20962096
}
20972097
}
2098-
library("Spring Retry", "2.0.10-SNAPSHOT") {
2098+
library("Spring Retry", "2.0.10") {
20992099
considerSnapshots()
21002100
group("org.springframework.retry") {
21012101
modules = [

0 commit comments

Comments
 (0)