Skip to content

Commit c754a08

Browse files
authored
Merge pull request #1857 from Baeldung/update/jedis-6.0.0
Update jedis from 5.2.0 to 6.0.0
2 parents 009493d + 7bc8026 commit c754a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ lazy val redis_intro =
519519
libraryDependencies ++= scalaTestDeps
520520
.map(_.withConfigurations(Some("it,test"))),
521521
libraryDependencies ++= Seq(
522-
"redis.clients" % "jedis" % "5.2.0",
522+
"redis.clients" % "jedis" % "6.0.0",
523523
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
524524
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
525525
),

0 commit comments

Comments
 (0)