Skip to content

Commit d7ca158

Browse files
committed
Upgrade redis driver and test image
Fixes: SE-13995
1 parent 6afdb21 commit d7ca158

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>redis.clients</groupId>
5757
<artifactId>jedis</artifactId>
58-
<version>5.1.3</version>
58+
<version>5.1.5</version>
5959
<exclusions>
6060
<exclusion>
6161
<groupId>org.json</groupId>

src/test/resources/docker-db.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
redis:
3-
image: redis:7.0.11-alpine
3+
image: redis:7.2.6-alpine
44
ports:
55
- "6379"
66
hostname: redis

0 commit comments

Comments
 (0)