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 @@ -71,14 +71,14 @@ Release Version: [Maven central](https://search.maven.org/search?q=g:com.github.
71
71
* Add dependency
72
72
* Gradle
73
73
``` groovy
74
- implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.8 .0-RELEASE'
74
+ implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.9 .0-RELEASE'
75
75
```
76
76
* Maven
77
77
```xml
78
78
<dependency>
79
79
<groupId>com.github.sonus21</groupId>
80
80
<artifactId>rqueue-spring-boot-starter</artifactId>
81
- <version>2.8 .0-RELEASE</version>
81
+ <version>2.9 .0-RELEASE</version>
82
82
</dependency>
83
83
```
84
84
@@ -91,14 +91,14 @@ Release Version: [Maven central](https://search.maven.org/search?q=g:com.github.
91
91
* Add Dependency
92
92
* Gradle
93
93
```groovy
94
- implementation 'com.github.sonus21:rqueue-spring:2.8 .0-RELEASE'
94
+ implementation 'com.github.sonus21:rqueue-spring:2.9 .0-RELEASE'
95
95
```
96
96
* Maven
97
97
```xml
98
98
<dependency>
99
99
<groupId>com.github.sonus21</groupId>
100
100
<artifactId>rqueue-spring</artifactId>
101
- <version>2.8 .0-RELEASE</version>
101
+ <version>2.9 .0-RELEASE</version>
102
102
</dependency>
103
103
```
104
104
You can’t perform that action at this time.
0 commit comments