Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 60fb430 commit 659d748
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.32.0'
implementation 'org.redisson:redisson:3.35.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.32.0'
implementation 'org.redisson:redisson:3.35.0'

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

0 comments on commit 659d748

Please sign in to comment.