Skip to content

Commit e5dda80

Browse files
authored
Merge pull request #1876 from guardian/update/patches
chore(deps): Patch updates
2 parents 7deea6f + 51c1791 commit e5dda80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.11.1
1+
version = 3.11.3
22

33
runner.dialect = scala213
44
maxColumn = 80

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ val safeTransitiveDependencies = {
8888
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonV2Version,
8989
"tools.jackson.core" % "jackson-core" % jacksonV3Version,
9090
"tools.jackson.core" % "jackson-databind" % jacksonV3Version,
91-
"ch.qos.logback" % "logback-classic" % "1.5.37"
91+
"ch.qos.logback" % "logback-classic" % "1.5.38"
9292
)
9393
}
9494

0 commit comments

Comments
 (0)