From 2d9bddddb0d5f24b15852764e48b930c5df83e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jan 2022 10:18:53 +0000 Subject: [PATCH] Bump spring-batch-core in /SB_Example3 Bumps [spring-batch-core](https://github.com/spring-projects/spring-batch) from 3.0.6.RELEASE to 4.0.0.RELEASE. - [Release notes](https://github.com/spring-projects/spring-batch/releases) - [Commits](https://github.com/spring-projects/spring-batch/compare/3.0.6.RELEASE...4.0.0.RELEASE) --- updated-dependencies: - dependency-name: org.springframework.batch:spring-batch-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SB_Example3/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SB_Example3/pom.xml b/SB_Example3/pom.xml index 0dbe718..4c13dd1 100644 --- a/SB_Example3/pom.xml +++ b/SB_Example3/pom.xml @@ -9,7 +9,7 @@ SB_Example3 application http://maven.apache.org - 3.0.6.RELEASE + 4.0.0.RELEASE 5.3.14