Skip to content

Commit 5c2d3b9

Browse files
Update jedis from 5.1.5 to 5.2.0
1 parent 01debf9 commit 5c2d3b9

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)