Skip to content

Commit

Permalink
Revert "Revert "Bump lettuce 5.3.4""
Browse files Browse the repository at this point in the history
This reverts commit ce428cc.
  • Loading branch information
mokies committed Sep 26, 2020
1 parent e758d9b commit 05a361a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ratelimitj-core/build.gradle
Expand Up @@ -5,7 +5,7 @@ project.ext.release = true
dependencies {

api(
'io.projectreactor:reactor-core:3.3.8.RELEASE',
'io.projectreactor:reactor-core:3.3.10.RELEASE',
)

implementation(
Expand Down
2 changes: 1 addition & 1 deletion ratelimitj-redis/build.gradle
Expand Up @@ -6,7 +6,7 @@ dependencies {

api(
project(':ratelimitj-core'),
'io.lettuce:lettuce-core:5.3.2.RELEASE'
'io.lettuce:lettuce-core:5.3.4.RELEASE'
)

implementation(
Expand Down

0 comments on commit 05a361a

Please sign in to comment.