Skip to content

Commit

Permalink
update dependencies (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Nov 13, 2024
2 parents c5dc125 + ab62e7e commit 95e2d52
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,12 +3,12 @@ import sbt._
object Dependencies {
object Versions {
val assertj = "3.26.3"
val aws2 = "2.28.20"
val jackson = "2.18.0"
val aws2 = "2.29.11"
val jackson = "2.18.1"
val scala = "2.12.19"
val slf4j = "2.0.16"
val spectator = "1.8.0"
val spring = "6.1.13"
val spectator = "1.8.2"
val spring = "6.1.14"
}

import Versions._
Expand All @@ -21,7 +21,7 @@ object Dependencies {
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.8"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.17.1"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.17.3"
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" % "3.0.0"
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.10.2
sbt.version=1.10.5

0 comments on commit 95e2d52

Please sign in to comment.