Skip to content

Commit c45627a

Browse files
authored
Merge pull request #1291 from Baeldung/update/jedis-5.1.2
Update jedis from 4.4.8 to 5.1.2
2 parents 54e8a2b + 0f2ccd0 commit c45627a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ lazy val redis_intro =
460460
libraryDependencies ++= scalaTestDeps
461461
.map(_.withConfigurations(Some("it,test"))),
462462
libraryDependencies ++= Seq(
463-
"redis.clients" % "jedis" % "4.4.8",
463+
"redis.clients" % "jedis" % "5.1.2",
464464
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
465465
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
466466
),

0 commit comments

Comments
 (0)