Skip to content

Commit

Permalink
Merge pull request #1171 from guardian/update/gu
Browse files Browse the repository at this point in the history
chore(deps): Guardian library updates
  • Loading branch information
tjsilver authored Nov 13, 2024
2 parents 47631bb + d9b9a8d commit ccc1e99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ lazy val hq = (project in file("hq"))
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
"com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0" % Test,
"com.gu" %% "anghammarad-client" % "1.8.1",
"com.gu" %% "anghammarad-client" % "3.0.0",
"ch.qos.logback" % "logback-classic" % "1.5.12",


// logstash-logback-encoder brings in version 2.11.0
// exclude transitive dependency to avoid a runtime exception:
// `com.fasterxml.jackson.databind.JsonMappingException: Scala module 2.10.2 requires Jackson Databind version >= 2.10.0 and < 2.11.0`
"net.logstash.logback" % "logstash-logback-encoder" % "8.0" exclude("com.fasterxml.jackson.core", "jackson-databind"),
"com.gu" %% "janus-config-tools" % "0.0.6"
"com.gu" %% "janus-config-tools" % "1.0.0"
),


Expand Down Expand Up @@ -149,7 +149,7 @@ lazy val lambdaSecurityGroups = (project in file("lambda/security-groups")).
name := """securitygroups-lambda""",
assembly / assemblyJarName := s"${name.value}-${version.value}.jar",
libraryDependencies ++= Seq(
"com.gu" %% "anghammarad-client" % "1.8.1"
"com.gu" %% "anghammarad-client" % "3.0.0"
)
)

Expand Down

0 comments on commit ccc1e99

Please sign in to comment.