Skip to content

Commit d5141b8

Browse files
authored
Merge pull request #463 from http4s/update/logback-classic-1.5.19
Update logback-classic to 1.5.19
2 parents 85487c6 + 2cc6196 commit d5141b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty
1818
val Http4sVersion = "0.23.32"
1919
val CirceVersion = "0.14.14"
2020
val MunitVersion = "1.2.0"
21-
val LogbackVersion = "1.5.18"
21+
val LogbackVersion = "1.5.19"
2222
val MunitCatsEffectVersion = "2.1.0"
2323

2424
lazy val root = project

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val Http4sVersion = "0.23.32"
22
val CirceVersion = "0.14.14"
33
val MunitVersion = "1.2.0"
4-
val LogbackVersion = "1.5.18"
4+
val LogbackVersion = "1.5.19"
55
val MunitCatsEffectVersion = "2.1.0"
66

77
lazy val root = (project in file("."))

0 commit comments

Comments
 (0)