From 7e5046aa264a8687a557469b5a8d21b2a74f7e9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sun, 26 Oct 2025 08:48:08 +0100 Subject: [PATCH] Add Spring Batch test utilities to Batch test starter Closes gh-47792 --- starter/spring-boot-starter-batch-test/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/starter/spring-boot-starter-batch-test/build.gradle b/starter/spring-boot-starter-batch-test/build.gradle index 2102f543c78..2d1763dfcdf 100644 --- a/starter/spring-boot-starter-batch-test/build.gradle +++ b/starter/spring-boot-starter-batch-test/build.gradle @@ -23,4 +23,6 @@ description = "Starter for testing using Spring Batch" dependencies { api(project(":starter:spring-boot-starter-batch")) api(project(":starter:spring-boot-starter-test")) + + api("org.springframework.batch:spring-batch-test") }