Skip to content

Commit 1b67399

Browse files
authored
Merge pull request #1371 from Baeldung/update/jedis-5.1.3
Update jedis from 5.1.2 to 5.1.3
2 parents 447a90a + bfc57f4 commit 1b67399

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)