From 4f99d2d6edf038a4432632868ec7d6c1881ef18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:33:44 +0000 Subject: [PATCH] build(deps): bump org.springframework:spring-context Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 4.1.7.RELEASE to 5.2.22.RELEASE. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v4.1.7.RELEASE...v5.2.22.RELEASE) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../spring-xml-java-config/spring-xml-example/given/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sbm-recipes-spring-framework/testcode/spring-xml-java-config/spring-xml-example/given/pom.xml b/components/sbm-recipes-spring-framework/testcode/spring-xml-java-config/spring-xml-example/given/pom.xml index 3024410ff..732df4721 100644 --- a/components/sbm-recipes-spring-framework/testcode/spring-xml-java-config/spring-xml-example/given/pom.xml +++ b/components/sbm-recipes-spring-framework/testcode/spring-xml-java-config/spring-xml-example/given/pom.xml @@ -34,7 +34,7 @@ org.springframework spring-context jar - 4.1.7.RELEASE + 5.2.22.RELEASE org.springframework