Skip to content

Commit a60384f

Browse files
authored
Merge pull request #988 from guardian/update/non_aws
chore(deps): Non-AWS dependency updates
2 parents 6e2b80b + 3dd5fd6 commit a60384f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ lazy val root = (project in file("."))
6666
"jackson-databind"
6767
),
6868
// Transient dependency of Play. No newer version of Play 3.0.6 with this vulnerability fixed.
69-
"ch.qos.logback" % "logback-classic" % "1.5.13",
69+
"ch.qos.logback" % "logback-classic" % "1.5.15",
7070
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.2"
7171
),
7272
scalacOptions ++= List(

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.6
1+
sbt.version=1.10.7

0 commit comments

Comments
 (0)