Skip to content

Commit bfc57f4

Browse files
Update jedis from 5.1.2 to 5.1.3
1 parent bb433e5 commit bfc57f4

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
@@ -467,7 +467,7 @@ lazy val redis_intro =
467467
libraryDependencies ++= scalaTestDeps
468468
.map(_.withConfigurations(Some("it,test"))),
469469
libraryDependencies ++= Seq(
470-
"redis.clients" % "jedis" % "5.1.2",
470+
"redis.clients" % "jedis" % "5.1.3",
471471
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
472472
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
473473
),

0 commit comments

Comments
 (0)