We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afdb21 commit d7ca158Copy full SHA for d7ca158
pom.xml
@@ -55,7 +55,7 @@
55
<dependency>
56
<groupId>redis.clients</groupId>
57
<artifactId>jedis</artifactId>
58
- <version>5.1.3</version>
+ <version>5.1.5</version>
59
<exclusions>
60
<exclusion>
61
<groupId>org.json</groupId>
src/test/resources/docker-db.yml
@@ -1,6 +1,6 @@
1
services:
2
redis:
3
- image: redis:7.0.11-alpine
+ image: redis:7.2.6-alpine
4
ports:
5
- "6379"
6
hostname: redis
0 commit comments