Skip to content

Commit

Permalink
2.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonu Kumar committed Jun 24, 2023
1 parent 545252e commit 55ab2ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [Rqueue] New and Notable Changes


### [2.13.1] - TBD
### [2.13.1] - 24-June-2023
### Fixes
This will fix a severe bug happening due to task multiplications. This is causing more Redis resource usage Please check #[193]

Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ ext {
springDataVersion = System.getenv("SPRING_DATA_VERSION")
microMeterVersion = System.getenv("MICROMETER_VERSION")

// springBootVersion = '2.0.6.RELEASE'
// springVersion = '5.0.10.RELEASE'
// springDataVersion = '2.0.6.RELEASE'
// microMeterVersion = '1.1.0'
springBootVersion = '2.0.6.RELEASE'
springVersion = '5.0.10.RELEASE'
springDataVersion = '2.0.6.RELEASE'
microMeterVersion = '1.1.0'

// logging dependencies
lombokVersion = '1.18.10'
Expand Down Expand Up @@ -74,7 +74,7 @@ ext {

subprojects {
group = 'com.github.sonus21'
version = '2.13.0-RELEASE'
version = '2.13.1-RELEASE'

dependencies {
// https://mvnrepository.com/artifact/org.springframework/spring-messaging
Expand Down

0 comments on commit 55ab2ba

Please sign in to comment.