This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 0d2ff97cbd7ca4904cf1f1f7fdcea6ddc610fc1a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 6 10:14:06 2024 -0800
[improve][io] Bump io.lettuce:lettuce-core from 5.0.2.RELEASE to
6.5.1.RELEASE in /pulsar-io/redis (#23685)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 28e47fa99dcb080385cfa567b844e74ab0cd85b1)
---
pulsar-io/redis/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsar-io/redis/pom.xml b/pulsar-io/redis/pom.xml
index ffcd858f516..8a7bfb1c5ba 100644
--- a/pulsar-io/redis/pom.xml
+++ b/pulsar-io/redis/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
- <version>5.0.2.RELEASE</version>
+ <version>6.5.1.RELEASE</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>