Skip to content

Commit

Permalink
Merge pull request #119 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 Aug 21, 2024
2 parents 1f96f18 + b64fb56 commit 6988e11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ object Dependencies {
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.16.1"
val scanamo = "org.scanamo" %% "scanamo" % "1.0.4"
val scanamo = "org.scanamo" %% "scanamo" % "1.1.1"
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.25"
val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.31"

//DependencyOverride
val commonsLogging = "commons-logging" % "commons-logging" % "1.2"
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.25"
val apacheLog4JCore = "org.apache.logging.log4j" % "log4j-core" % log4j2Version
val apacheLog$jApi = "org.apache.logging.log4j" % "log4j-api" % log4j2Version % "provided"

val slf4jSimple = "org.slf4j" % "slf4j-simple" % "2.0.13"
val slf4jSimple = "org.slf4j" % "slf4j-simple" % "2.0.16"
}

0 comments on commit 6988e11

Please sign in to comment.