From d0b0ac8f875152c8e0998bcbc791143a6b07b999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:34:01 +0000 Subject: [PATCH] chore(deps): update dependency org.springframework.batch:spring-batch-test to v6 --- 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 9a06fc59e..239705065 100644 --- a/libs.example.versions.toml +++ b/libs.example.versions.toml @@ -16,7 +16,7 @@ spring-boot3-p6spy = { module = "com.github.gavlyukovskiy:p6spy-spring-boot-star spring-boot3-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot3" } # spring -spring-batch5-test = { module = "org.springframework.batch:spring-batch-test", version = "5.2.4" } +spring-batch5-test = { module = "org.springframework.batch:spring-batch-test", version = "6.0.1" } # hibernate hibernate7-core = { module = "org.hibernate:hibernate-core", version = "7.2.0.Final" }