This is an automated email from the ASF dual-hosted git repository.
harshitha 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 092a3974b Bump org.redisson:redisson from 3.35.0 to 3.36.0 (#5118)
092a3974b is described below
commit 092a3974b9b9882fde49af4c93475e5de1e4d358
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 8 16:27:32 2024 +0530
Bump org.redisson:redisson from 3.35.0 to 3.36.0 (#5118)
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from
3.35.0 to 3.36.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.35.0...redisson-3.36.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 2525e078d..29b541958 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.35.0'
+ implementation 'org.redisson:redisson:3.36.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 7a195562b..6fca0d8b1 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.35.0'
+ implementation 'org.redisson:redisson:3.36.0'
// netty
implementation 'io.netty:netty-all'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]