This is an automated email from the ASF dual-hosted git repository.
xiatian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new 342caf237 Bump org.redisson:redisson from 3.30.0 to 3.31.0 (#4980)
342caf237 is described below
commit 342caf23748f8da5653374df7a86c445e9fc28da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 10 16:05:32 2024 +0800
Bump org.redisson:redisson from 3.30.0 to 3.31.0 (#4980)
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](https://github.com/redisson/redisson/compare/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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
eventmesh-connectors/eventmesh-connector-redis/build.gradle | 2 +-
eventmesh-storage-plugin/eventmesh-storage-redis/build.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/eventmesh-connectors/eventmesh-connector-redis/build.gradle
b/eventmesh-connectors/eventmesh-connector-redis/build.gradle
index d5ca8273e..be95ff948 100644
--- a/eventmesh-connectors/eventmesh-connector-redis/build.gradle
+++ b/eventmesh-connectors/eventmesh-connector-redis/build.gradle
@@ -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'
diff --git a/eventmesh-storage-plugin/eventmesh-storage-redis/build.gradle
b/eventmesh-storage-plugin/eventmesh-storage-redis/build.gradle
index 06b6827c6..ebaef36c4 100644
--- a/eventmesh-storage-plugin/eventmesh-storage-redis/build.gradle
+++ b/eventmesh-storage-plugin/eventmesh-storage-redis/build.gradle
@@ -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'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]