File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ import sbt._
33object Dependencies {
44 object Versions {
55 val assertj = " 3.26.3"
6- val aws2 = " 2.26.21 "
6+ val aws2 = " 2.27.8 "
77 val jackson = " 2.17.2"
88 val scala = " 2.12.19"
9- val slf4j = " 1.7.36 "
10- val spectator = " 1.7.17 "
11- val spring = " 6.1.11 "
9+ val slf4j = " 2.0.16 "
10+ val spectator = " 1.7.19 "
11+ val spring = " 6.1.12 "
1212 }
1313
1414 import Versions ._
@@ -27,7 +27,7 @@ object Dependencies {
2727 val jakartaAnno = " jakarta.annotation" % " jakarta.annotation-api" % " 3.0.0"
2828 val jakartaInject = " jakarta.inject" % " jakarta.inject-api" % " 2.0.1"
2929 val jodaTime = " joda-time" % " joda-time" % " 2.10.10"
30- val jedis = " redis.clients" % " jedis" % " 5.1.3 "
30+ val jedis = " redis.clients" % " jedis" % " 5.1.4 "
3131 val junit = " junit" % " junit" % " 4.12"
3232 val junitInterface = " com.novocode" % " junit-interface" % " 0.11"
3333 val jzlib = " com.jcraft" % " jzlib" % " 1.1.3"
You can’t perform that action at this time.
0 commit comments