diff --git a/build.gradle b/build.gradle index 8c6a9bbf..03d16d02 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'org.passay:passay:2.0.0' implementation 'org.apache.commons:commons-text:1.15.0' compileOnly 'jakarta.validation:jakarta.validation-api:3.1.1' - compileOnly 'org.springframework.retry:spring-retry:2.0.12' + compileOnly 'org.springframework.retry:spring-retry:2.0.13' // WebAuthn support (Passkey authentication) compileOnly 'org.springframework.security:spring-security-webauthn' @@ -72,7 +72,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-thymeleaf' testImplementation 'org.springframework.security:spring-security-test' testImplementation 'org.springframework.security:spring-security-webauthn' - testImplementation 'org.springframework.retry:spring-retry:2.0.12' + testImplementation 'org.springframework.retry:spring-retry:2.0.13' testImplementation 'jakarta.validation:jakarta.validation-api:3.1.1' testImplementation 'org.hibernate.validator:hibernate-validator:9.1.0.Final' testImplementation 'com.h2database:h2:2.4.240'