Skip to content

Commit

Permalink
Merge pull request #1273 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 Sep 4, 2024
2 parents b37fe18 + b7f08af commit 39e4b3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val awsSdkVersion: String = "1.12.767"
val doobieVersion: String = "0.13.4"
val catsVersion: String = "2.12.0"
val okHttpVersion: String = "4.12.0"
val paClientVersion: String = "7.0.10"
val paClientVersion: String = "7.0.12"
val apacheThrift: String = "0.15.0"
val jacksonDatabind: String = "2.17.2"
val jacksonCbor: String = "2.17.2"
Expand Down Expand Up @@ -264,7 +264,7 @@ def lambda(projectName: String, directoryName: String, mainClassName: Option[Str
"com.gu" %% "simple-configuration-core" % simpleConfigurationVersion,
"com.gu" %% "simple-configuration-ssm" % simpleConfigurationVersion,
"ch.qos.logback" % "logback-classic" % logbackVersion,
"net.logstash.logback" % "logstash-logback-encoder" % "7.4",
"net.logstash.logback" % "logstash-logback-encoder" % "8.0",
specs2 % Test
),
assemblyJarName := s"$projectName.jar",
Expand Down Expand Up @@ -311,7 +311,7 @@ lazy val football = lambda("football", "football")
libraryDependencies ++= Seq(
"org.scanamo" %% "scanamo" % "1.0.0-M12-1",
"org.scanamo" %% "scanamo-testkit" % "1.0.0-M12-1" % "test",
"com.gu" %% "content-api-client-default" % "31.0.3",
"com.gu" %% "content-api-client-default" % "31.1.0",
"com.amazonaws" % "aws-java-sdk-dynamodb" % awsSdkVersion,
"com.gu" %% "pa-client" % paClientVersion,
"com.squareup.okhttp3" % "okhttp" % okHttpVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libraryDependencies += "org.vafer" % "jdeb" % "1.10" artifacts (Artifact("jdeb",

addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1")

addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")

Expand Down

0 comments on commit 39e4b3e

Please sign in to comment.