Skip to content

Commit bfc133d

Browse files
committed
Start building against Spring Retry 2.0.10 snapshots
See gh-42567
1 parent 57c88ae commit bfc133d

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
@@ -2102,7 +2102,7 @@ bom {
21022102
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
21032103
}
21042104
}
2105-
library("Spring Retry", "2.0.9") {
2105+
library("Spring Retry", "2.0.10-SNAPSHOT") {
21062106
considerSnapshots()
21072107
group("org.springframework.retry") {
21082108
modules = [

0 commit comments

Comments
 (0)