Skip to content

Commit

Permalink
Bump org.redisson:redisson from 3.30.0 to 3.31.0 (#4980)
Browse files Browse the repository at this point in the history
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.30.0 to 3.31.0.
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-3.30.0...redisson-parent-3.31.0)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent b7272e3 commit 342caf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation project(":eventmesh-common")
implementation project(":eventmesh-openconnect:eventmesh-openconnect-java")

implementation 'org.redisson:redisson:3.30.0'
implementation 'org.redisson:redisson:3.31.0'

api 'io.cloudevents:cloudevents-json-jackson'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation project(":eventmesh-storage-plugin:eventmesh-storage-api")

// redisson
implementation 'org.redisson:redisson:3.30.0'
implementation 'org.redisson:redisson:3.31.0'

// netty
implementation 'io.netty:netty-all'
Expand Down

0 comments on commit 342caf2

Please sign in to comment.