Skip to content

Commit

Permalink
Merge pull request #48 from JanssenProject/feat/add-ssl-support-for-r…
Browse files Browse the repository at this point in the history
…edis-providers

Bump up Jedis library version to 3.7.0
  • Loading branch information
yuriyz authored Dec 23, 2021
2 parents 882b894 + 52dd8c4 commit 1ee355b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ buildNumber.properties

/.project
/.settings

# IntelliJ
.idea
*.iml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.10.2</version>
<version>3.7.0</version>
</dependency>

<!-- HTTP client -->
Expand Down

0 comments on commit 1ee355b

Please sign in to comment.