diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle
index 89c5ff4c92fc..6ef51645e4de 100644
--- a/spring-boot-project/spring-boot-dependencies/build.gradle
+++ b/spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1661,7 +1661,7 @@ bom {
 			]
 		}
 	}
-	library("Spring Batch", "4.3.7-SNAPSHOT") {
+	library("Spring Batch", "4.3.7") {
 		prohibit("[5.0.0-M1,)") {
 			because "it uses Spring Framework 6"
 		}