Skip to content

Commit 11cb329

Browse files
committed
Upgrade to Spring Retry 2.0.11
Closes gh-43485
1 parent 0c090b7 commit 11cb329

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
@@ -2307,7 +2307,7 @@ bom {
23072307
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
23082308
}
23092309
}
2310-
library("Spring Retry", "2.0.11-SNAPSHOT") {
2310+
library("Spring Retry", "2.0.11") {
23112311
considerSnapshots()
23122312
group("org.springframework.retry") {
23132313
modules = [

0 commit comments

Comments
 (0)