Skip to content

Commit

Permalink
build(deps): bump redis.clients:jedis from 5.1.5 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 5.1.5 to 5.2.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v5.1.5...v5.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 67ee56a commit 5f44bbc
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 @@ -16,7 +16,7 @@ spigot = { module = "org.spigotmc:spigot-api", version = "1.20.4-R0.1-SNAPSHOT"
paper = { module = "io.papermc.paper:paper-api", version = "1.20.4-R0.1-SNAPSHOT" }

annotations = { module = "org.jetbrains:annotations", version = "26.0.1" }
jedis = { module = "redis.clients:jedis", version = "5.1.5" }
jedis = { module = "redis.clients:jedis", version = "5.2.0" }
miniplaceholders = { module = "io.github.miniplaceholders:miniplaceholders-api", version = "2.2.3" }
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 5f44bbc

Please sign in to comment.