Skip to content

Commit

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

---
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 Aug 11, 2023
1 parent 7147383 commit 607bef8
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>2.10.2</version>
<version>4.4.3</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.3.1</version>
<version>4.4.3</version>
<scope>compile</scope>
</dependency>
<!--JetBrains Annotations in case of any errors-->
Expand Down

0 comments on commit 607bef8

Please sign in to comment.