Skip to content

Commit c121edd

Browse files
committed
Update README.md for 6.0.2
1 parent 44471e2 commit c121edd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Latest news
22

3+
* January 21, 2026: [Spring Batch 6.0.2 is out](https://spring.io/blog/2026/01/21/spring-batch-6-0-2-available-now)
34
* December 17, 2025: [Spring Batch 6.0.1 available now](https://spring.io/blog/2025/12/17/spring-batch-6-0-1-available-now)
45
* November 19, 2025: [Spring Batch 6.0.0 GA is out!](https://spring.io/blog/2025/11/19/spring-batch-6-0-0-ga)
56

@@ -20,7 +21,7 @@ In your favorite IDE, create a new Maven-based Java 17+ project and add the foll
2021
<dependency>
2122
<groupId>org.springframework.batch</groupId>
2223
<artifactId>spring-batch-core</artifactId>
23-
<version>6.0.1</version>
24+
<version>6.0.2</version>
2425
</dependency>
2526
</dependencies>
2627
```

0 commit comments

Comments
 (0)