Skip to content

Commit 75863fd

Browse files
author
Cody Henshaw
committed
update Jedis version from 3.4.0 - 5.0.2
1 parent 9b13ecc commit 75863fd

File tree

1 file changed

+1
-2
lines changed
  • docs/develop/java/getting-started

1 file changed

+1
-2
lines changed

docs/develop/java/getting-started/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Ensure that you are able to use the following Redis command to connect to the Re
4747
<dependency>
4848
<groupId>redis.clients</groupId>
4949
<artifactId>jedis</artifactId>
50-
<version>3.4.0</version>
50+
<version>5.0.2</version>
5151
</dependency>
5252
```
5353

@@ -209,7 +209,6 @@ Redis for Java Developers teaches you how to build robust Redis client applicati
209209
<iframe width="560" height="315" src="https://www.youtube.com/embed/CmQMdJefTjc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
210210
</div>
211211

212-
213212
<div>
214213
<a href="https://launchpad.redis.com" target="_blank" rel="noopener" className="link"> <img src="/img/launchpad.png" className="thumb" loading="lazy" alt="Redis Launchpad" /></a>
215214
</div>

0 commit comments

Comments
 (0)