File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ Maven:
80
80
<dependency >
81
81
<groupId >com.github.chrisgleissner</groupId >
82
82
<artifactId >spring-batch-rest-api</artifactId >
83
- <version >1.5.0 </version >
83
+ <version >1.5.1 </version >
84
84
</dependency >
85
85
```
86
86
87
87
Gradle:
88
88
```
89
- implementation 'com.github.chrisgleissner:spring-batch-rest-api:1.5.0 '
89
+ implementation 'com.github.chrisgleissner:spring-batch-rest-api:1.5.1 '
90
90
```
91
91
92
92
### Quartz API
@@ -99,13 +99,13 @@ Maven:
99
99
<dependency >
100
100
<groupId >com.github.chrisgleissner</groupId >
101
101
<artifactId >spring-batch-rest-quartz-api</artifactId >
102
- <version >1.5.0 </version >
102
+ <version >1.5.1 </version >
103
103
</dependency >
104
104
```
105
105
106
106
Gradle:
107
107
```
108
- implementation 'com.github.chrisgleissner:spring-batch-rest-quartz-api:1.5.0 '
108
+ implementation 'com.github.chrisgleissner:spring-batch-rest-quartz-api:1.5.1 '
109
109
```
110
110
111
111
### See it in Action
You can’t perform that action at this time.
0 commit comments