Update the batch dependency to snapshot until the next milestone of batch is released

This commit is contained in:
Glenn Renfro
2022-08-02 15:09:49 -04:00
parent 91b2a8aa76
commit 6243cfc3cb

View File

@@ -25,6 +25,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-batch</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>5.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>