Skip to content

Commit d6a8248

Browse files
authored
Merge pull request #1486 from Baeldung/update/jedis-5.1.4
Update jedis from 5.1.3 to 5.1.4
2 parents a85b7cd + 508c1fc commit d6a8248

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
@@ -474,7 +474,7 @@ lazy val redis_intro =
474474
libraryDependencies ++= scalaTestDeps
475475
.map(_.withConfigurations(Some("it,test"))),
476476
libraryDependencies ++= Seq(
477-
"redis.clients" % "jedis" % "5.1.3",
477+
"redis.clients" % "jedis" % "5.1.4",
478478
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
479479
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
480480
),

0 commit comments

Comments
 (0)