Skip to content

Commit 07eef60

Browse files
dependabot[bot]bsideup
authored andcommitted
Bump jedis from 3.0.0 to 3.0.1 in /examples (#1103)
Bumps [jedis](https://github.com/xetorthio/jedis) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/xetorthio/jedis/releases) - [Commits](redis/jedis@jedis-3.0.0...jedis-3.0.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9f4aa1 commit 07eef60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/redis-backed-cache-testng/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>redis.clients</groupId>
1717
<artifactId>jedis</artifactId>
18-
<version>3.0.0</version>
18+
<version>3.0.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.google.code.gson</groupId>

examples/redis-backed-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>redis.clients</groupId>
1616
<artifactId>jedis</artifactId>
17-
<version>3.0.0</version>
17+
<version>3.0.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)