File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The currently available experimental features are the following:
1212* [ New chunk-oriented step implementation] ( #new-chunk-oriented-step-implementation )
1313
1414** Important note:** The versioning in this repository follows the [ semantic versioning specification] ( https://semver.org/#spec-item-4 ) .
15- Public APIs as well as the implementations should not be considered stable and may change at any time :exclamation :
15+ Public APIs should not be considered as stable and may change at any time :exclamation :
1616
1717# Enabling experimental features
1818
@@ -57,7 +57,7 @@ To import experimental features in your project, you need to add the following d
5757<dependency >
5858 <groupId >org.springframework.batch</groupId >
5959 <artifactId >spring-batch-experimental</artifactId >
60- <version >0.2 .0</version >
60+ <version >0.3 .0</version >
6161</dependency >
6262```
6363
@@ -84,12 +84,12 @@ Then, add the following dependencies as well:
8484 <dependency >
8585 <groupId >org.springframework.data</groupId >
8686 <artifactId >spring-data-mongodb</artifactId >
87- <version >4.1.5 </version >
87+ <version >4.2.0 </version >
8888 </dependency >
8989 <dependency >
9090 <groupId >org.mongodb</groupId >
9191 <artifactId >mongodb-driver-sync</artifactId >
92- <version >4.9 .1</version >
92+ <version >4.11 .1</version >
9393 </dependency >
9494</dependencies >
9595```
You can’t perform that action at this time.
0 commit comments