From 9051f82fd81dea4398bfc277a0b5ec4764e17fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:01:15 +0000 Subject: [PATCH] chore(deps): bump org.springframework.retry:spring-retry Bumps [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) from 2.0.12 to 2.0.13. - [Release notes](https://github.com/spring-projects/spring-retry/releases) - [Commits](https://github.com/spring-projects/spring-retry/compare/v2.0.12...v2.0.13) --- updated-dependencies: - dependency-name: org.springframework.retry:spring-retry dependency-version: 2.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'