Skip to content

Commit

Permalink
Merge pull request #150 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
lindseydew authored Mar 5, 2025
2 parents 25b2898 + a716930 commit 6f954c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.7
sbt.version=1.10.10
4 changes: 2 additions & 2 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import sbt._
object Dependencies {
val awsSdkVersion = "1.12.781"
val log4j2Version = "2.17.2"
val jacksonVersion = "2.18.2"
val jacksonVersion = "2.18.3"
val specsVersion = "4.20.9"
val http4sVersion = "0.23.26"
val nettyVersion = "4.1.118.Final"
val nettyVersion = "4.1.119.Final"

val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
val awsDynamo = "com.amazonaws" % "aws-java-sdk-dynamodb" % awsSdkVersion
Expand Down

0 comments on commit 6f954c7

Please sign in to comment.