From 6c37455babbff63733cba735fd644b9a23948f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:34:27 +0000 Subject: [PATCH] Bump org.springframework.retry:spring-retry from 1.3.4 to 2.0.0 Bumps [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) from 1.3.4 to 2.0.0. - [Release notes](https://github.com/spring-projects/spring-retry/releases) - [Commits](https://github.com/spring-projects/spring-retry/compare/v1.3.4...v2.0.0) --- updated-dependencies: - dependency-name: org.springframework.retry:spring-retry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c61e904..da51e8c 100644 --- a/pom.xml +++ b/pom.xml @@ -491,7 +491,7 @@ org.springframework.retry spring-retry - 1.3.4 + 2.0.0 io.jenkins