Skip to content

Commit

Permalink
update dependencies (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Jan 5, 2025
2 parents 686a09e + c7d9817 commit 2a8c715
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.26.3"
val aws2 = "2.29.11"
val jackson = "2.18.1"
val assertj = "3.27.2"
val aws2 = "2.29.45"
val jackson = "2.18.2"
val scala = "2.12.19"
val slf4j = "2.0.16"
val spectator = "1.8.2"
val spring = "6.1.14"
val spectator = "1.8.3"
val spring = "6.1.16"
}

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.3"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.18"
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.5
sbt.version=1.10.7

0 comments on commit 2a8c715

Please sign in to comment.