This is an automated email from the ASF dual-hosted git repository.
FrankChen021 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 63b4731181c build(deps-dev): bump com.github.fppt:jedis-mock from
1.1.12 to 1.1.17 (#19962)
63b4731181c is described below
commit 63b4731181cbfb35cf3dcd869d4e8a00551e5134
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 12 09:46:04 2026 +0800
build(deps-dev): bump com.github.fppt:jedis-mock from 1.1.12 to 1.1.17
(#19962)
* build(deps-dev): bump com.github.fppt:jedis-mock from 1.1.12 to 1.1.17
Bumps [com.github.fppt:jedis-mock](https://github.com/fppt/jedis-mock) from
1.1.12 to 1.1.17.
- [Release notes](https://github.com/fppt/jedis-mock/releases)
- [Commits](https://github.com/fppt/jedis-mock/compare/v.1.1.12...v.1.1.17)
---
updated-dependencies:
- dependency-name: com.github.fppt:jedis-mock
dependency-version: 1.1.17
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* build(deps-dev): exclude transitive jedis from jedis-mock
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
extensions-contrib/redis-cache/pom.xml | 6 ++++++
pom.xml | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/extensions-contrib/redis-cache/pom.xml
b/extensions-contrib/redis-cache/pom.xml
index 6230bffbf98..0920d3a3486 100644
--- a/extensions-contrib/redis-cache/pom.xml
+++ b/extensions-contrib/redis-cache/pom.xml
@@ -121,6 +121,12 @@
<groupId>com.github.fppt</groupId>
<artifactId>jedis-mock</artifactId>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>redis.clients</groupId>
+ <artifactId>jedis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.druid</groupId>
diff --git a/pom.xml b/pom.xml
index aa3ba10595c..0c26b02290e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -507,7 +507,7 @@
<dependency>
<groupId>com.github.fppt</groupId>
<artifactId>jedis-mock</artifactId>
- <version>1.1.12</version>
+ <version>1.1.17</version>
</dependency>
<dependency>
<groupId>io.kubernetes</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]