Skip to content

Commit f8162d5

Browse files
authored
fix: upgrade redis.clients:jedis from 3.2.0 to 3.3.0 (#12)
Snyk has created this PR to upgrade redis.clients:jedis from 3.2.0 to 3.3.0. See this package in Maven Repository: https://mvnrepository.com/artifact/redis.clients/jedis/ See this project in Snyk: https://app.snyk.io/org/dvirdukhan/project/77124687-42fc-42d8-892a-68a0fffe8248?utm_source=github&utm_medium=upgrade-pr
1 parent 4840848 commit f8162d5

File tree

1 file changed

+1
-1
lines changed
  • spring-redisgraph-configuration

1 file changed

+1
-1
lines changed

spring-redisgraph-configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>redis.clients</groupId>
2323
<artifactId>jedis</artifactId>
24-
<version>3.2.0</version>
24+
<version>3.3.0</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)