From 984b9a1c2f11121c3f1a6a6b7db7aa7eb1f52c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 03:44:57 +0000 Subject: [PATCH] build(deps): bump spring-beans in /quickstart-web Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 4.3.4.RELEASE to 5.2.20.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.3.4.RELEASE...v5.2.20.RELEASE) --- updated-dependencies: - dependency-name: org.springframework:spring-beans dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quickstart-web/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart-web/pom.xml b/quickstart-web/pom.xml index ea7adcb..4ad1aa4 100644 --- a/quickstart-web/pom.xml +++ b/quickstart-web/pom.xml @@ -187,7 +187,7 @@ org.springframework spring-beans - 4.3.4.RELEASE + 5.2.20.RELEASE