Skip to content

Commit d5dbb01

Browse files
committed
Upgrade Redis libraries versions
1 parent 06176a5 commit d5dbb01

File tree

1 file changed

+2
-2
lines changed
  • providers/redis/shedlock-provider-redis-spring

1 file changed

+2
-2
lines changed

providers/redis/shedlock-provider-redis-spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.springframework.data</groupId>
2323
<artifactId>spring-data-redis</artifactId>
24-
<version>2.0.14.RELEASE</version>
24+
<version>2.3.1.RELEASE</version>
2525
</dependency>
2626

2727
<dependency>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>redis.clients</groupId>
4343
<artifactId>jedis</artifactId>
44-
<version>2.9.0</version>
44+
<version>3.3.0</version>
4545
<scope>test</scope>
4646
</dependency>
4747

0 commit comments

Comments
 (0)