Skip to content

Commit c6a8051

Browse files
authored
Merge pull request #1494 from guardian/update/non_aws
chore(deps): Non-AWS dependency updates
2 parents 616d617 + 19d8fd5 commit c6a8051

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

build.sbt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ val catsVersion: String = "2.13.0"
4242
val okHttpVersion: String = "4.12.0"
4343
val paClientVersion: String = "7.0.12"
4444
val apacheThrift: String = "0.15.0"
45-
val jacksonDatabind: String = "2.18.4"
46-
val jacksonCbor: String = "2.18.4"
47-
val jacksonScalaModule: String = "2.18.4"
45+
val jacksonDatabind: String = "2.19.0"
46+
val jacksonCbor: String = "2.19.0"
47+
val jacksonScalaModule: String = "2.19.0"
4848
val simpleConfigurationVersion: String = "1.5.7"
4949
val googleOAuthClient: String = "1.39.0"
50-
val nettyVersion: String = "4.1.121.Final"
50+
val nettyVersion: String = "4.1.122.Final"
5151
val slf4jVersion: String = "1.7.36"
5252
val logbackVersion: String = "1.5.18"
5353

@@ -118,7 +118,7 @@ lazy val common = project
118118
"org.tpolecat" %% "doobie-h2" % doobieVersion % Test,
119119
"com.gu" %% "mobile-logstash-encoder" % "1.1.8",
120120
"com.gu" %% "simple-configuration-ssm" % simpleConfigurationVersion,
121-
"org.postgresql" % "postgresql" % "42.7.5",
121+
"org.postgresql" % "postgresql" % "42.7.7",
122122
"ch.qos.logback" % "logback-core" % logbackVersion,
123123
"ch.qos.logback" % "logback-classic" % logbackVersion,
124124
),
@@ -412,8 +412,8 @@ lazy val notificationworkerlambda = lambda("notificationworkerlambda", "notifica
412412
libraryDependencies ++= Seq(
413413
"com.turo" % "pushy" % "0.13.10",
414414
"com.google.firebase" % "firebase-admin" % "9.2.0",
415-
"com.google.protobuf" % "protobuf-java" % "4.31.0",
416-
"com.google.protobuf" % "protobuf-java-util" % "4.31.0",
415+
"com.google.protobuf" % "protobuf-java" % "4.31.1",
416+
"com.google.protobuf" % "protobuf-java-util" % "4.31.1",
417417
"com.amazonaws" % "aws-lambda-java-events" % "2.2.9",
418418
"com.amazonaws" % "aws-java-sdk-sqs" % awsSdkVersion,
419419
"com.amazonaws" % "aws-java-sdk-s3" % awsSdkVersion,

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.11
1+
sbt.version=1.11.2

0 commit comments

Comments
 (0)