From 8c5c854f825f89b7ad2d8cb3b63d43cba490dd53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 23:19:51 +0000 Subject: [PATCH] Bump spring-core in /mocktail-samples/webservice/cxf-simpleclient Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.20 to 5.3.26. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.26) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mocktail-samples/webservice/cxf-simpleclient/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mocktail-samples/webservice/cxf-simpleclient/pom.xml b/mocktail-samples/webservice/cxf-simpleclient/pom.xml index 52187eb..bbc2ac1 100644 --- a/mocktail-samples/webservice/cxf-simpleclient/pom.xml +++ b/mocktail-samples/webservice/cxf-simpleclient/pom.xml @@ -36,7 +36,7 @@ org.springframework spring-core - 5.3.20 + 5.3.26 io.github.vashishthask