Browse Source

Upgrade to Jedis 6.1.0

Closes gh-46687
pull/47390/head
Stéphane Nicoll 6 months ago
parent
commit
95d47bc679
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save