Skip to content

Commit

Permalink
jedis 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Dec 6, 2023
1 parent 2445254 commit e1b8403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Dependencies {
val jakartaAnno = "jakarta.annotation" % "jakarta.annotation-api" % "2.1.1"
val jakartaInject = "jakarta.inject" % "jakarta.inject-api" % "2.0.1"
val jodaTime = "joda-time" % "joda-time" % "2.10.10"
val jedis = "redis.clients" % "jedis" % "5.0.2"
val jedis = "redis.clients" % "jedis" % "5.1.0"
val junit = "junit" % "junit" % "4.12"
val junitInterface = "com.novocode" % "junit-interface" % "0.11"
val jzlib = "com.jcraft" % "jzlib" % "1.1.3"
Expand Down

0 comments on commit e1b8403

Please sign in to comment.