Skip to content

Commit

Permalink
update dependencies (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored May 22, 2024
2 parents a6db09a + f478c7b commit 3509342
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import sbt._
object Dependencies {
object Versions {
val assertj = "3.25.3"
val aws2 = "2.25.23"
val jackson = "2.16.2"
val aws2 = "2.25.57"
val jackson = "2.17.1"
val scala = "2.12.19"
val slf4j = "1.7.36"
val spectator = "1.7.11"
val spring = "6.1.5"
val spectator = "1.7.13"
val spring = "6.1.8"
}

import Versions._
Expand All @@ -27,11 +27,11 @@ 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.1.2"
val jedis = "redis.clients" % "jedis" % "5.1.3"
val junit = "junit" % "junit" % "4.12"
val junitInterface = "com.novocode" % "junit-interface" % "0.11"
val jzlib = "com.jcraft" % "jzlib" % "1.1.3"
val mockitoCore = "org.mockito" % "mockito-core" % "5.11.0"
val mockitoCore = "org.mockito" % "mockito-core" % "5.12.0"
val slf4jApi = "org.slf4j" % "slf4j-api" % slf4j
val spectatorApi = "com.netflix.spectator" % "spectator-api" % spectator
val spectatorAtlas = "com.netflix.spectator" % "spectator-reg-atlas" % spectator
Expand Down

0 comments on commit 3509342

Please sign in to comment.