From 1e8991759cd2013b6fc5804003c0f7a2c73a78ab Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 00:22:16 +0000 Subject: [PATCH] Update jedis from 6.2.0 to 7.0.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4c49d5547..cec09d2f9 100644 --- a/build.sbt +++ b/build.sbt @@ -520,7 +520,7 @@ lazy val redis_intro = libraryDependencies ++= scalaTestDeps .map(_.withConfigurations(Some("it,test"))), libraryDependencies ++= Seq( - "redis.clients" % "jedis" % "6.2.0", + "redis.clients" % "jedis" % "7.0.0", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.0", "org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it" ),