Skip to content

Commit

Permalink
Merge pull request #104 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
aracho1 authored Apr 24, 2024
2 parents d666691 + 33a2aaa commit 362aa3c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import sbt._

object Dependencies {
val awsSdkVersion = "1.11.412"
val log4j2Version = "2.17.1"
val jacksonVersion = "2.14.0"
val log4j2Version = "2.17.2"
val jacksonVersion = "2.14.3"
val specsVersion = "4.20.5"
val http4sVersion = "0.23.26"

Expand All @@ -21,14 +21,14 @@ object Dependencies {
val jacksonJsrDataType =
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % jacksonVersion
val log4j = "org.apache.logging.log4j" % "log4j-slf4j-impl" % log4j2Version
val commonsIo = "commons-io" % "commons-io" % "2.6"
val commonsIo = "commons-io" % "commons-io" % "2.15.1"
val scanamo = "org.scanamo" %% "scanamo" % "1.0.1"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.9.2"
val okHttp = "com.squareup.okhttp3" % "okhttp" % "4.9.3"
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.17"
val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.21"

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

0 comments on commit 362aa3c

Please sign in to comment.