Skip to content

Commit c1f3cdd

Browse files
authored
Merge pull request #1592 from Baeldung/update/jedis-5.2.0
Update jedis from 5.1.5 to 5.2.0
2 parents 98732b6 + 5c2d3b9 commit c1f3cdd

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
@@ -488,7 +488,7 @@ lazy val redis_intro =
488488
libraryDependencies ++= scalaTestDeps
489489
.map(_.withConfigurations(Some("it,test"))),
490490
libraryDependencies ++= Seq(
491-
"redis.clients" % "jedis" % "5.1.5",
491+
"redis.clients" % "jedis" % "5.2.0",
492492
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
493493
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
494494
),

0 commit comments

Comments
 (0)