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 75b265915 Bump org.redisson:redisson from 3.31.0 to 3.32.0 (#5013)
75b265915 is described below
commit 75b265915076d6f8e913e10b5a971681a50f127e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 16 15:29:03 2024 +0800
Bump org.redisson:redisson from 3.31.0 to 3.32.0 (#5013)
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from
3.31.0 to 3.32.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-parent-3.31.0...redisson-3.32.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 be95ff948..0c75e7e10 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.31.0'
+ implementation 'org.redisson:redisson:3.32.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 c78ab4645..1ba2ac0c7 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.31.0'
+ implementation 'org.redisson:redisson:3.32.0'
// netty
implementation 'io.netty:netty-all'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]