Skip to content

Commit f3febf6

Browse files
Bump org.redisson:redisson from 3.38.1 to 3.44.0
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.38.1 to 3.44.0. - [Release notes](https://github.com/redisson/redisson/releases) - [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) - [Commits](redisson/redisson@redisson-3.38.1...redisson-3.44.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]>
1 parent a7a6ba2 commit f3febf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: eventmesh-connectors/eventmesh-connector-redis/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation project(":eventmesh-common")
2020
implementation project(":eventmesh-openconnect:eventmesh-openconnect-java")
2121

22-
implementation 'org.redisson:redisson:3.38.1'
22+
implementation 'org.redisson:redisson:3.44.0'
2323

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

Diff for: eventmesh-storage-plugin/eventmesh-storage-redis/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation project(":eventmesh-storage-plugin:eventmesh-storage-api")
2121

2222
// redisson
23-
implementation 'org.redisson:redisson:3.38.1'
23+
implementation 'org.redisson:redisson:3.44.0'
2424

2525
// netty
2626
implementation 'io.netty:netty-all'

0 commit comments

Comments
 (0)