From 42365274324945b805aadb51da3d2da7dac6d9f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:21:00 +0900 Subject: [PATCH] chore(deps): update dependency org.springframework.batch:spring-batch-test to v5.2.1 (#810) * chore(deps): update dependency org.springframework.batch:spring-batch-test to v5.2.1 * fix: spring-batch 4 version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hyunsik Kang --- libs.example.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.example.versions.toml b/libs.example.versions.toml index f4669b924..4b5d9b329 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -24,7 +24,7 @@ spring-boot2-test = { module = "org.springframework.boot:spring-boot-starter-tes # spring spring-batch4-test = { module = "org.springframework.batch:spring-batch-test", version = "4.3.10" } -spring-batch5-test = { module = "org.springframework.batch:spring-batch-test", version = "5.2.0" } +spring-batch5-test = { module = "org.springframework.batch:spring-batch-test", version = "5.2.1" } # hibernate hibernate5-core = { module = "org.hibernate:hibernate-core", version = "5.6.15.Final" }