Skip to content

Commit

Permalink
Merge pull request #128 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 Oct 9, 2024
2 parents dae763d + c71c4b2 commit 34554e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
val awsSdkVersion = "1.12.772"
val log4j2Version = "2.17.2"
val jacksonVersion = "2.17.2"
val jacksonVersion = "2.18.0"
val specsVersion = "4.20.8"
val http4sVersion = "0.23.26"

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.33"
val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.34"

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

0 comments on commit 34554e0

Please sign in to comment.