Skip to content

Commit 1450182

Browse files
authored
Merge pull request #1535 from Baeldung/update/jedis-5.1.5
Update jedis from 5.1.4 to 5.1.5
2 parents 7e1a8cd + 11180f4 commit 1450182

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)