Skip to content

Commit

Permalink
update dependencies (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Jun 19, 2024
2 parents 3509342 + 1d6ca5f commit 0121853
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 @@ -2,13 +2,13 @@ import sbt._

object Dependencies {
object Versions {
val assertj = "3.25.3"
val aws2 = "2.25.57"
val assertj = "3.26.0"
val aws2 = "2.26.6"
val jackson = "2.17.1"
val scala = "2.12.19"
val slf4j = "1.7.36"
val spectator = "1.7.13"
val spring = "6.1.8"
val spectator = "1.7.14"
val spring = "6.1.10"
}

import Versions._
Expand All @@ -24,7 +24,7 @@ object Dependencies {
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.16.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 jakartaAnno = "jakarta.annotation" % "jakarta.annotation-api" % "3.0.0"
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.3"
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.9
sbt.version=1.10.0

0 comments on commit 0121853

Please sign in to comment.