From 7df84480bd20f97a9e105aa04535c16705c702ed Mon Sep 17 00:00:00 2001 From: Andrey Koleber Date: Mon, 1 Jun 2026 20:41:35 +0600 Subject: [PATCH] Fix: Replace spring-boot-starter-batch with spring-boot-starter-batch-jdbc Signed-off-by: Andrey Koleber --- initial/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial/pom.xml b/initial/pom.xml index bff0937..5f592ce 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -19,7 +19,7 @@ org.springframework.boot - spring-boot-starter-batch + spring-boot-starter-batch-jdbc