Skip to content

Commit c65734f

Browse files
authored
Merge pull request #1253 from Baeldung/update/jedis-4.3.2
Update jedis from 4.3.1 to 4.3.2
2 parents c2400de + 919fad5 commit c65734f

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
@@ -451,7 +451,7 @@ lazy val redis_intro =
451451
libraryDependencies ++= scalaTestDeps
452452
.map(_.withConfigurations(Some("it,test"))),
453453
libraryDependencies ++= Seq(
454-
"redis.clients" % "jedis" % "4.3.1",
454+
"redis.clients" % "jedis" % "4.3.2",
455455
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
456456
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
457457
),

0 commit comments

Comments
 (0)