Skip to content

Commit 42821f3

Browse files
committed
Start building against Spring Retry 2.0.11 snapshots
See gh-43485
1 parent 3968a49 commit 42821f3

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
@@ -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.10") {
2310+
library("Spring Retry", "2.0.11-SNAPSHOT") {
23112311
considerSnapshots()
23122312
group("org.springframework.retry") {
23132313
modules = [

0 commit comments

Comments
 (0)