Browse Source

Upgrade to Jedis 7.0.0

Closes gh-47600
pull/47626/head
Phillip Webb 5 months ago
parent
commit
c0c5f98f7c
  1. 2
      platform/spring-boot-dependencies/build.gradle

2
platform/spring-boot-dependencies/build.gradle

@ -980,7 +980,7 @@ bom { @@ -980,7 +980,7 @@ bom {
releaseNotes("https://github.com/hunterhacker/jdom/releases/tag/JDOM-{version}")
}
}
library("Jedis", "6.2.0") {
library("Jedis", "7.0.0") {
alignWith {
property {
name "jedis"

Loading…
Cancel
Save