Skip to content

Commit 8711f98

Browse files
authored
Merge pull request #1962 from Baeldung/update/jedis-6.1.0
Update jedis from 6.0.0 to 6.1.0
2 parents c3111b1 + 5a7bd6e commit 8711f98

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
@@ -520,7 +520,7 @@ lazy val redis_intro =
520520
libraryDependencies ++= scalaTestDeps
521521
.map(_.withConfigurations(Some("it,test"))),
522522
libraryDependencies ++= Seq(
523-
"redis.clients" % "jedis" % "6.0.0",
523+
"redis.clients" % "jedis" % "6.1.0",
524524
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.19.2",
525525
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
526526
),

0 commit comments

Comments
 (0)