Skip to content

Commit

Permalink
Merge pull request #135 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 Nov 27, 2024
2 parents 7c439a0 + 8aa1876 commit 0bffb66
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 @@ -22,14 +22,14 @@ object Dependencies {
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % jacksonVersion
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion
val log4j = "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j2Version
val commonsIo = "commons-io" % "commons-io" % "2.17.0"
val commonsIo = "commons-io" % "commons-io" % "2.18.0"
val scanamo = "org.scanamo" %% "scanamo" % "3.0.0"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.12.0"
val specsCore = "org.specs2" %% "specs2-core" % specsVersion % "test"
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.36"
val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.37.0"

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

0 comments on commit 0bffb66

Please sign in to comment.