Skip to content

Commit cde37a2

Browse files
Updated docs to 1.3.0
1 parent c80fced commit cde37a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ To integrate the REST API in your Spring Boot project, first add a dependency fo
6363
<dependency>
6464
<groupId>com.github.chrisgleissner</groupId>
6565
<artifactId>spring-batch-rest-api</artifactId>
66-
<version>1.2.7</version>
66+
<version>1.3.0</version>
6767
</dependency>
6868
```
6969

7070
or Gradle:
7171
```
72-
implementation 'com.github.chrisgleissner:spring-batch-rest-api:1.2.7'
72+
implementation 'com.github.chrisgleissner:spring-batch-rest-api:1.3.0'
7373
```
7474

7575
Then add `@EnableSpringBatchRest` to your Spring Boot application class, for <a href="https://github.com/chrisgleissner/spring-batch-rest/blob/master/example/src/main/java/com/github/chrisgleissner/springbatchrest/example/SpringBatchRestSampleApplication.java">example</a>:

0 commit comments

Comments
 (0)