From 397b3ce3f8d5e6ed99481a28f4f59bfdfae49785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:25:42 +0000 Subject: [PATCH] Bump org.springframework:spring-core in /spring-tutorials-webmvc Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 5.2.24.RELEASE to 6.0.15. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.24.RELEASE...v6.0.15) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spring-tutorials-webmvc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-tutorials-webmvc/pom.xml b/spring-tutorials-webmvc/pom.xml index 0d91e3bc..8421f5ff 100644 --- a/spring-tutorials-webmvc/pom.xml +++ b/spring-tutorials-webmvc/pom.xml @@ -8,7 +8,7 @@ org.springframework spring-core - 5.2.24.RELEASE + 6.0.15 org.springframework