Skip to content

Commit 11180f4

Browse files
Update jedis from 5.1.4 to 5.1.5
1 parent eb8d65a commit 11180f4

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
@@ -480,7 +480,7 @@ lazy val redis_intro =
480480
libraryDependencies ++= scalaTestDeps
481481
.map(_.withConfigurations(Some("it,test"))),
482482
libraryDependencies ++= Seq(
483-
"redis.clients" % "jedis" % "5.1.4",
483+
"redis.clients" % "jedis" % "5.1.5",
484484
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
485485
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
486486
),

0 commit comments

Comments
 (0)