Updated 3.1 updates in sample apps

Simplified usage of Ranges in single-step-batch-job for filereader
This commit is contained in:
Glenn Renfro
2023-07-07 13:44:16 -04:00
parent 05b553dbde
commit 10dee0be5e
5 changed files with 12 additions and 10 deletions

View File

@@ -78,7 +78,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-single-step-batch-job</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>

View File

@@ -7,7 +7,7 @@
<artifactId>timestamp-task</artifactId>
<packaging>jar</packaging>
<name>Timestamp Task</name>
<version>3.0.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<description>Spring Cloud Timestamp Task</description>
<parent>