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 @@ -33,14 +33,14 @@ Add Dependency
33
33
* Get latest one from [ Maven central] ( https://search.maven.org/search?q=g:com.github.sonus21%20AND%20a:rqueue-spring-boot-starter )
34
34
* Gradle
35
35
``` groovy
36
- implementation 'com.github.sonus21:rqueue-spring-boot-starter:1.1 -RELEASE'
36
+ implementation 'com.github.sonus21:rqueue-spring-boot-starter:1.2 -RELEASE'
37
37
```
38
38
* Maven
39
39
```xml
40
40
<dependency>
41
41
<groupId>com.github.sonus21</groupId>
42
42
<artifactId>rqueue-spring-boot-starter</artifactId>
43
- <version>1.1 -RELEASE</version>
43
+ <version>1.2 -RELEASE</version>
44
44
<type>pom</type>
45
45
</dependency>
46
46
```
@@ -51,14 +51,14 @@ Add Dependency
51
51
Get latest one from [Maven central](https://search.maven.org/search?q=g:com.github.sonus21%20AND%20a:rqueue-spring)
52
52
* Gradle
53
53
```groovy
54
- implementation 'com.github.sonus21:rqueue-spring:1.1 -RELEASE'
54
+ implementation 'com.github.sonus21:rqueue-spring:1.2 -RELEASE'
55
55
```
56
56
* Maven
57
57
```xml
58
58
<dependency>
59
59
<groupId>com.github.sonus21</groupId>
60
60
<artifactId>rqueue-spring</artifactId>
61
- <version>1.1 -RELEASE</version>
61
+ <version>1.2 -RELEASE</version>
62
62
<type>pom</type>
63
63
</dependency>
64
64
```
You can’t perform that action at this time.
0 commit comments