Skip to content

Commit 3d16fd6

Browse files
authored
fix: upgrade redis.clients:jedis from 3.5.2 to 3.6.0 (#116)
Snyk has created this PR to upgrade redis.clients:jedis from 3.5.2 to 3.6.0. See this package in Maven Repository: https://mvnrepository.com/artifact/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 ed8c81a commit 3d16fd6

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
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>redis.clients</groupId>
5353
<artifactId>jedis</artifactId>
54-
<version>3.5.2</version>
54+
<version>3.6.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)