Skip to content

Commit bcb5c62

Browse files
authored
fix: upgrade redis.clients:jedis from 3.1.0 to 3.2.0 (#8)
Snyk has created this PR to upgrade redis.clients:jedis from 3.1.0 to 3.2.0. See this package in NPM: https://www.npmjs.com/package/redis.clients:jedis See this project in Snyk: https://app.snyk.io/org/gkorland/project/48a52729-1d71-4cd1-8528-f94e0291be48?utm_source=github&utm_medium=upgrade-pr
1 parent 16414b6 commit bcb5c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-redisgraph-example/pom.xml

+1-1
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.1.0</version>
24+
<version>3.2.0</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)