Skip to content

Commit 6df0f4d

Browse files
Hotfix: close maven's version
1 parent e5526b0 commit 6df0f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howtos/redisjson/using-java/index-usingjava.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You'll need to add Jedis to your Java project. If you're using [Maven](https://m
2525
<dependency>
2626
<groupId>redis.clients</groupId>
2727
<artifactId>jedis</artifactId>
28-
<version>4.0.0<version>
28+
<version>4.0.0</version>
2929
</dependency>
3030
```
3131

0 commit comments

Comments
 (0)