Skip to content

Commit 4f5b946

Browse files
authored
update dependencies (#592)
2 parents faed0eb + 98cdc50 commit 4f5b946

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

project/Dependencies.scala

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import sbt._
33
object Dependencies {
44
object Versions {
55
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"
88
val scala = "2.12.15"
99
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"
1212
}
1313

1414
import Versions._
@@ -27,11 +27,11 @@ object Dependencies {
2727
val jakartaAnno = "jakarta.annotation" % "jakarta.annotation-api" % "2.1.1"
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.0.0"
30+
val jedis = "redis.clients" % "jedis" % "5.0.2"
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"
34-
val mockitoCore = "org.mockito" % "mockito-core" % "5.6.0"
34+
val mockitoCore = "org.mockito" % "mockito-core" % "5.7.0"
3535
val slf4jApi = "org.slf4j" % "slf4j-api" % slf4j
3636
val spectatorApi = "com.netflix.spectator" % "spectator-api" % spectator
3737
val spectatorAtlas = "com.netflix.spectator" % "spectator-reg-atlas" % spectator
@@ -42,5 +42,5 @@ object Dependencies {
4242
val spectatorSidecar = "com.netflix.spectator" % "spectator-reg-sidecar" % spectator
4343
val spectatorTagging = "com.netflix.spectator" % "spectator-nflx-tagging" % spectator
4444
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"
4646
}

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.6
1+
sbt.version=1.9.7

0 commit comments

Comments
 (0)