Skip to content

Commit

Permalink
Merge pull request #1383 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
JuliaBrigitte authored Jan 12, 2024
2 parents 23ce6ea + de20894 commit 4f43d69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ scalacOptions ++= Seq(
"-Xfatal-warnings"
)

val jacksonVersion = "2.16.0"
val jacksonVersion = "2.16.1"
val circeVersion = "0.14.6"

// These can live in the same codebase, see: https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-x-released/
Expand All @@ -88,7 +88,7 @@ libraryDependencies ++= Seq(
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion,
"org.scanamo" %% "scanamo" % "1.0.0-M30",
"com.beachape" %% "enumeratum" % "1.7.3",
"org.apache.pekko" %% "pekko-actor-typed" % "1.0.1",
"org.apache.pekko" %% "pekko-actor-typed" % "1.0.2",
"com.gu" %% "simple-configuration-ssm" % "1.6.4",
"com.gu.play-secret-rotation" %% "play-v30" % "6.0.8",
"com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v2" % "6.0.8",
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.7
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.1")

// sbt-native-packager cannot be updated to >1.9.9 until Play supports scala-xml 2
addSbtPlugin(
Expand Down

0 comments on commit 4f43d69

Please sign in to comment.