Skip to content

Commit 996cb50

Browse files
authored
Merge pull request #2030 from Baeldung/update/jedis-7.0.0
Update jedis from 6.2.0 to 7.0.0
2 parents f7c14eb + 1e89917 commit 996cb50

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.2.0",
523+
"redis.clients" % "jedis" % "7.0.0",
524524
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.0",
525525
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
526526
),

0 commit comments

Comments
 (0)