Skip to content

Commit 8703820

Browse files
authored
Merge pull request #1558 from guardian/update/non_aws_minor_patch
chore(deps): Non-AWS minor and patch version dependency updates
2 parents c115eef + 3f67daf commit 8703820

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Dependencies {
66
object Versions {
77
val aws = "2.41.21"
88
val jackson = "2.21.0"
9-
val enumeratumPlay = "1.9.4"
9+
val enumeratumPlay = "1.9.5"
1010
}
1111

1212
val commonDeps = Seq(
@@ -71,15 +71,15 @@ object Dependencies {
7171
"org.webjars" % "momentjs" % "2.30.1-1",
7272
"net.logstash.logback" % "logstash-logback-encoder" % "8.1",
7373
"org.scalikejdbc" %% "scalikejdbc" % "3.5.0", // scala-steward:off
74-
"org.postgresql" % "postgresql" % "42.7.9",
74+
"org.postgresql" % "postgresql" % "42.7.10",
7575
"com.beachape" %% "enumeratum-play" % Versions.enumeratumPlay,
7676
filters,
7777
ws,
7878
"org.apache.pekko" %% "pekko-testkit" % "1.0.3" % Test,
7979
"software.amazon.awssdk" % "rds" % Versions.aws,
8080
"org.scala-stm" %% "scala-stm" % "0.11.1",
8181
// Play 3.0 currently uses logback-classic 1.4.11 which is vulnerable to CVE-2023-45960
82-
"ch.qos.logback" % "logback-classic" % "1.5.29"
82+
"ch.qos.logback" % "logback-classic" % "1.5.32"
8383
).map((m: ModuleID) =>
8484
// don't even ask why I need to do this
8585
m.excludeAll(

project/build.properties

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

0 commit comments

Comments
 (0)