Browse Source

Upgrade to Jedis 7.3.0

Closes gh-49448
pull/49454/head
Stéphane Nicoll 3 weeks ago
parent
commit
d5fb86239e
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save