From 6d871cc3b98c4692e4f5cd4918d3a9fb527d2023 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 00:30:44 +0000 Subject: [PATCH] chore(deps): update dependency org.springframework.batch:spring-batch-test to v5.1.0 --- libs.example.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs.example.versions.toml b/libs.example.versions.toml index 7438d831a..78fb1d22a 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -28,8 +28,8 @@ spring-boot2-p6spy = { module = "com.github.gavlyukovskiy:p6spy-spring-boot-star spring-boot2-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot2" } # spring -spring-batch5-test = { module = "org.springframework.batch:spring-batch-test", version = "5.0.3" } -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.1.0" } +spring-batch4-test = { module = "org.springframework.batch:spring-batch-test", version = "5.1.0" } # hibernate hibernate5-core = { module = "org.hibernate:hibernate-core", version = "5.6.15.Final" }