Skip to content

Commit 2a66e46

Browse files
committed
Upgrade to Spring Retry 2.0.12
Closes gh-45429
1 parent 49b2807 commit 2a66e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,7 @@ bom {
22572257
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
22582258
}
22592259
}
2260-
library("Spring Retry", "2.0.12-SNAPSHOT") {
2260+
library("Spring Retry", "2.0.12") {
22612261
considerSnapshots()
22622262
group("org.springframework.retry") {
22632263
modules = [

0 commit comments

Comments
 (0)