@@ -3,12 +3,12 @@ import sbt._
3
3
object Dependencies {
4
4
object Versions {
5
5
val assertj = " 3.24.2"
6
- val aws2 = " 2.20.162 "
7
- val jackson = " 2.15.2 "
6
+ val aws2 = " 2.21.19 "
7
+ val jackson = " 2.15.3 "
8
8
val scala = " 2.12.15"
9
9
val slf4j = " 1.7.36"
10
- val spectator = " 1.6.11 "
11
- val spring = " 6.0.12 "
10
+ val spectator = " 1.7.2 "
11
+ val spring = " 6.0.13 "
12
12
}
13
13
14
14
import Versions ._
@@ -27,11 +27,11 @@ object Dependencies {
27
27
val jakartaAnno = " jakarta.annotation" % " jakarta.annotation-api" % " 2.1.1"
28
28
val jakartaInject = " jakarta.inject" % " jakarta.inject-api" % " 2.0.1"
29
29
val jodaTime = " joda-time" % " joda-time" % " 2.10.10"
30
- val jedis = " redis.clients" % " jedis" % " 5.0.0 "
30
+ val jedis = " redis.clients" % " jedis" % " 5.0.2 "
31
31
val junit = " junit" % " junit" % " 4.12"
32
32
val junitInterface = " com.novocode" % " junit-interface" % " 0.11"
33
33
val jzlib = " com.jcraft" % " jzlib" % " 1.1.3"
34
- val mockitoCore = " org.mockito" % " mockito-core" % " 5.6 .0"
34
+ val mockitoCore = " org.mockito" % " mockito-core" % " 5.7 .0"
35
35
val slf4jApi = " org.slf4j" % " slf4j-api" % slf4j
36
36
val spectatorApi = " com.netflix.spectator" % " spectator-api" % spectator
37
37
val spectatorAtlas = " com.netflix.spectator" % " spectator-reg-atlas" % spectator
@@ -42,5 +42,5 @@ object Dependencies {
42
42
val spectatorSidecar = " com.netflix.spectator" % " spectator-reg-sidecar" % spectator
43
43
val spectatorTagging = " com.netflix.spectator" % " spectator-nflx-tagging" % spectator
44
44
val springContext = " org.springframework" % " spring-context" % spring
45
- val typesafeConfig = " com.typesafe" % " config" % " 1.4.2 "
45
+ val typesafeConfig = " com.typesafe" % " config" % " 1.4.3 "
46
46
}
0 commit comments