Skip to content

Commit

Permalink
update dependencies (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Aug 3, 2023
2 parents 5185a43 + 9ee9e82 commit 6353e6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.24.2"
val aws2 = "2.20.98"
val aws2 = "2.20.117"
val jackson = "2.15.2"
val scala = "2.12.15"
val slf4j = "1.7.36"
val spectator = "1.6.6"
val spring = "6.0.10"
val spectator = "1.6.7"
val spring = "6.0.11"
}

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.6"
val equalsVerifier = "nl.jqno.equalsverifier" % "equalsverifier" % "3.14.3"
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"
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.8.2
sbt.version=1.9.3

0 comments on commit 6353e6d

Please sign in to comment.