Skip to content

Commit f02b83b

Browse files
authored
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.
1 parent 422d732 commit f02b83b

File tree

1 file changed

+1
-1
lines changed
  • extensions-contrib/redis-cache

1 file changed

+1
-1
lines changed

extensions-contrib/redis-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>com.github.fppt</groupId>
108108
<artifactId>jedis-mock</artifactId>
109-
<version>1.0.11</version>
109+
<version>1.1.12</version>
110110
<scope>test</scope>
111111
</dependency>
112112
<dependency>

0 commit comments

Comments
 (0)