This is an automated email from the ASF dual-hosted git repository.
abhishekrb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new f02b83b706c Update jedis-mock test dependency for the redis-cache
extension (#18837)
f02b83b706c is described below
commit f02b83b706c225f17411bc0acc4854dfe384285d
Author: Ivan Ponomarev <[email protected]>
AuthorDate: Sat Dec 13 00:02:13 2025 +0000
Update jedis-mock test dependency for the redis-cache extension (#18837)
This PR updates the jedis-mock test-only dependency to version 1.1.12,
bringing in numerous upstream fixes and more accurate Redis behavior for
Druid’s test suite for the redis-cache extension. No impact on end users.
---
extensions-contrib/redis-cache/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extensions-contrib/redis-cache/pom.xml
b/extensions-contrib/redis-cache/pom.xml
index 48ba702db9f..f8d052e0e9f 100644
--- a/extensions-contrib/redis-cache/pom.xml
+++ b/extensions-contrib/redis-cache/pom.xml
@@ -106,7 +106,7 @@
<dependency>
<groupId>com.github.fppt</groupId>
<artifactId>jedis-mock</artifactId>
- <version>1.0.11</version>
+ <version>1.1.12</version>
<scope>test</scope>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]