Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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] committed May 22, 2024
1 parent fb6fd28 commit 8d1ca12
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 = "24.1.0" }
jedis = { module = "redis.clients:jedis", version = "4.1.1" }
jedis = { module = "redis.clients:jedis", version = "5.1.3" }
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 8d1ca12

Please sign in to comment.