Skip to content

Commit

Permalink
Merge pull request #11 from Voinea-Radu/renovate/redis.clients-jedis-5.x
Browse files Browse the repository at this point in the history
Update dependency redis.clients:jedis to v5.2.0
  • Loading branch information
Voinea-Radu authored Oct 25, 2024
2 parents e7030a6 + 8b739ed commit 5e888ec
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 @@ jetbrains_annotations = { module = "org.jetbrains:annotations", version = "24.1.

# Dependencies
gson = { module = "com.google.code.gson:gson", version = "2.11.0" }
jedis = { module = "redis.clients:jedis", version = "5.1.5" }
jedis = { module = "redis.clients:jedis", version = "5.2.0" }
apache_commons_compress = { module = "org.apache.commons:commons-compress", version = "1.27.1" }
apache_commons_lang3 = { module = "org.apache.commons:commons-lang3", version = "3.17.0" }
apache_commons_pool2 = { module = "org.apache.commons:commons-pool2", version = "2.12.0" }
Expand Down

0 comments on commit 5e888ec

Please sign in to comment.