We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9040f3 commit 54f05c2Copy full SHA for 54f05c2
build.gradle
@@ -36,7 +36,7 @@ dependencies {
36
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server")
37
implementation("org.springframework.boot:spring-boot-starter-web")
38
implementation("org.springframework.boot:spring-boot-starter-validation")
39
- implementation("org.springframework.retry:spring-retry:2.0.10")
+ implementation("org.springframework.retry:spring-retry:2.0.12")
40
41
implementation("com.azure.spring:spring-cloud-azure-starter-keyvault-secrets")
42
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
0 commit comments