Skip to content

Commit

Permalink
build(deps): bump redis.clients:jedis from 4.1.1 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.1.1 to 5.1.1.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v4.1.1...v5.1.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 Mar 4, 2024
1 parent 8bc3e63 commit 0feec3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ paperyml = { id = "net.minecrell.plugin-yml.paper", version = "0.6.0" }
pluginyml = { id = "net.minecrell.plugin-yml.bukkit", version = "0.6.0" }
[libraries]
annotations = { module = "org.jetbrains:annotations", version = "24.0.1" }
jedis = { module = "redis.clients:jedis", version = "4.1.1" }
jedis = { module = "redis.clients:jedis", version = "5.1.1" }
miniplaceholders = { module = "io.github.miniplaceholders:miniplaceholders-api", version = "2.2.1" }
commandframework = { module = "cloud.commandframework:cloud-paper", version = "1.8.4" }
configlib = { module = "de.exlll:configlib-yaml", version = "4.5.0" }
Expand Down

0 comments on commit 0feec3d

Please sign in to comment.