From 0b5cf0874406e1c80f51e92626aae0a08c23f372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:29:27 +0000 Subject: [PATCH] Bump org.springframework:spring-context from 6.1.12 to 6.2.1 Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.1.12 to 6.2.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.12...v6.2.1) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- springdog-project/springdog-manager/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springdog-project/springdog-manager/build.gradle b/springdog-project/springdog-manager/build.gradle index 95f97cb..730276b 100644 --- a/springdog-project/springdog-manager/build.gradle +++ b/springdog-project/springdog-manager/build.gradle @@ -4,7 +4,7 @@ plugins { } dependencies { - compileOnly "org.springframework:spring-context:6.1.12" + compileOnly "org.springframework:spring-context:6.2.1" implementation "com.github.ben-manes.caffeine:caffeine:${caffeineVersion}" implementation project(":springdog-project:springdog-notification") implementation project(":springdog-project:springdog-domain")