Skip to content

Commit

Permalink
Bump redis.clients:jedis from 4.4.3 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.4.3 to 5.0.1.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v4.4.3...v5.0.1)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 92cd775 commit a45cb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.4.3</version>
<version>5.0.1</version>
<scope>provided</scope>
</dependency>
<!-- Apache Commons Lang -->
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.4.3</version>
<version>5.0.1</version>
<scope>compile</scope>
</dependency>
<!--JetBrains Annotations in case of any errors-->
Expand Down

0 comments on commit a45cb78

Please sign in to comment.