From 0dde294e6cfa6a7a66fddd97b085bf8184396e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 22:14:38 +0000 Subject: [PATCH] Bump org.springframework:spring-context from 6.0.3 to 6.0.5 in /client Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.0.3 to 6.0.5. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.3...v6.0.5) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/build.gradle b/client/build.gradle index adf1f90..125aa9d 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'org.bouncycastle:bcprov-jdk15on:1.70' - implementation 'org.springframework:spring-context:6.0.3' + implementation 'org.springframework:spring-context:6.0.5' implementation 'org.springframework.security:spring-security-web:6.0.1' implementation 'io.projectreactor:reactor-core:3.5.1'