File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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.
7171* Add dependency
7272 * Gradle
7373 ``` 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'
7575 ```
7676 * Maven
7777 ```xml
7878 <dependency>
7979 <groupId>com.github.sonus21</groupId>
8080 <artifactId>rqueue-spring-boot-starter</artifactId>
81- <version>2.8 .0-RELEASE</version>
81+ <version>2.9 .0-RELEASE</version>
8282 </dependency>
8383 ```
8484
@@ -91,14 +91,14 @@ Release Version: [Maven central](https://search.maven.org/search?q=g:com.github.
9191* Add Dependency
9292 * Gradle
9393 ```groovy
94- implementation 'com.github.sonus21:rqueue-spring:2.8 .0-RELEASE'
94+ implementation 'com.github.sonus21:rqueue-spring:2.9 .0-RELEASE'
9595 ```
9696 * Maven
9797 ```xml
9898 <dependency>
9999 <groupId>com.github.sonus21</groupId>
100100 <artifactId>rqueue-spring</artifactId>
101- <version>2.8 .0-RELEASE</version>
101+ <version>2.9 .0-RELEASE</version>
102102 </dependency>
103103 ```
104104
You can’t perform that action at this time.
0 commit comments