From 879abe3141f34445d42ce61ece5b30eb133ef309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 19:57:04 +0000 Subject: [PATCH] build(deps): bump spring-beans in /snakeyaml-examples Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 5.2.10.RELEASE to 5.3.18. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.10.RELEASE...v5.3.18) --- updated-dependencies: - dependency-name: org.springframework:spring-beans dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- snakeyaml-examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snakeyaml-examples/pom.xml b/snakeyaml-examples/pom.xml index cef3fb2..4848c70 100644 --- a/snakeyaml-examples/pom.xml +++ b/snakeyaml-examples/pom.xml @@ -14,7 +14,7 @@ <properties> <snakeyaml.version>1.28</snakeyaml.version> - <spring-beans.version>5.2.10.RELEASE</spring-beans.version> + <spring-beans.version>5.3.18</spring-beans.version> </properties> <dependencies>