Skip to content

Commit

Permalink
update dependencies (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Sep 4, 2023
2 parents 67e13a2 + 67157bb commit de7c649
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import sbt._
object Dependencies {
object Versions {
val assertj = "3.24.2"
val aws2 = "2.20.117"
val aws2 = "2.20.136"
val jackson = "2.15.2"
val scala = "2.12.15"
val slf4j = "1.7.36"
val spectator = "1.6.7"
val spectator = "1.6.10"
val spring = "6.0.11"
}

Expand All @@ -20,18 +20,18 @@ object Dependencies {
val aws2SES = "software.amazon.awssdk" % "ses" % aws2
val aws2STS = "software.amazon.awssdk" % "sts" % aws2
val aws2UrlClient = "software.amazon.awssdk" % "url-connection-client" % aws2
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.1.6"
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "3.1.8"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.15.1"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % jackson
val jacksonMapper = "com.fasterxml.jackson.core" % "jackson-databind" % jackson
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" % "4.4.0"
val jedis = "redis.clients" % "jedis" % "5.0.0"
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.4.0"
val mockitoCore = "org.mockito" % "mockito-core" % "5.5.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
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.3
sbt.version=1.9.4

0 comments on commit de7c649

Please sign in to comment.