Skip to content

Commit 4dbc636

Browse files
committed
Upgrade to Spring Retry 2.0.9
Closes gh-42329
1 parent c5cfcfb commit 4dbc636

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
@@ -2100,7 +2100,7 @@ bom {
21002100
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
21012101
}
21022102
}
2103-
library("Spring Retry", "2.0.8") {
2103+
library("Spring Retry", "2.0.9") {
21042104
considerSnapshots()
21052105
group("org.springframework.retry") {
21062106
modules = [

0 commit comments

Comments
 (0)