Skip to content

Commit

Permalink
Merge pull request #132 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
waisingyiu authored Nov 13, 2024
2 parents a6680d2 + 892f83a commit cc049d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2
sbt.version=1.10.4
6 changes: 3 additions & 3 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import sbt._
object Dependencies {
val awsSdkVersion = "1.12.777"
val log4j2Version = "2.17.2"
val jacksonVersion = "2.18.0"
val specsVersion = "4.20.8"
val jacksonVersion = "2.18.1"
val specsVersion = "4.20.9"
val http4sVersion = "0.23.26"

val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
Expand All @@ -29,7 +29,7 @@ object Dependencies {
val specsScalaCheck =
"org.specs2" %% "specs2-scalacheck" % specsVersion % "test"
val specsMock = "org.specs2" %% "specs2-mock" % specsVersion % "test"
val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.34"
val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.36"

//DependencyOverride
val commonsLogging = "commons-logging" % "commons-logging" % "1.2"
Expand Down

0 comments on commit cc049d5

Please sign in to comment.