Skip to content

Commit 28d6a37

Browse files
Update README.md
1 parent 2e57e71 commit 28d6a37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ Maven:
8080
<dependency>
8181
<groupId>com.github.chrisgleissner</groupId>
8282
<artifactId>spring-batch-rest-api</artifactId>
83-
<version>1.5.0</version>
83+
<version>1.5.1</version>
8484
</dependency>
8585
```
8686

8787
Gradle:
8888
```
89-
implementation 'com.github.chrisgleissner:spring-batch-rest-api:1.5.0'
89+
implementation 'com.github.chrisgleissner:spring-batch-rest-api:1.5.1'
9090
```
9191

9292
### Quartz API
@@ -99,13 +99,13 @@ Maven:
9999
<dependency>
100100
<groupId>com.github.chrisgleissner</groupId>
101101
<artifactId>spring-batch-rest-quartz-api</artifactId>
102-
<version>1.5.0</version>
102+
<version>1.5.1</version>
103103
</dependency>
104104
```
105105

106106
Gradle:
107107
```
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'
109109
```
110110

111111
### See it in Action

0 commit comments

Comments
 (0)