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 37
37
* Add dependency
38
38
* Gradle
39
39
``` groovy
40
- implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.0.0 -RELEASE'
40
+ implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.0.1 -RELEASE'
41
41
```
42
42
* Maven
43
43
```xml
44
44
<dependency>
45
45
<groupId>com.github.sonus21</groupId>
46
46
<artifactId>rqueue-spring-boot-starter</artifactId>
47
- <version>2.0.0 -RELEASE</version>
47
+ <version>2.0.1 -RELEASE</version>
48
48
</dependency>
49
49
```
50
50
54
54
* Add Dependency
55
55
* Gradle
56
56
```groovy
57
- implementation 'com.github.sonus21:rqueue-spring:2.0.0 -RELEASE'
57
+ implementation 'com.github.sonus21:rqueue-spring:2.0.1 -RELEASE'
58
58
```
59
59
* Maven
60
60
```xml
61
61
<dependency>
62
62
<groupId>com.github.sonus21</groupId>
63
63
<artifactId>rqueue-spring</artifactId>
64
- <version>2.0.0 -RELEASE</version>
64
+ <version>2.0.1 -RELEASE</version>
65
65
</dependency>
66
66
```
67
67
You can’t perform that action at this time.
0 commit comments