Skip to content

Commit 6a805dc

Browse files
authored
fix: upgrade redis.clients:jedis from 3.1.0 to 3.2.0 (#66)
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/bf05955d-de0e-4973-a40c-38a21033b8fd?utm_source=github&utm_medium=upgrade-pr
1 parent 3ec13b0 commit 6a805dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>redis.clients</groupId>
6464
<artifactId>jedis</artifactId>
65-
<version>3.1.0</version>
65+
<version>3.2.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)