Skip to content

Commit 1a1788f

Browse files
authored
Merge pull request #117 from slick/renovate/ch.qos.logback-logback-classic-1.x
Update dependency ch.qos.logback:logback-classic to v1.5.16
2 parents 4926b1d + 90212b8 commit 1a1788f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mergifyExtraConditions := Seq(
1111

1212
libraryDependencies ++= List(
1313
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
14-
"ch.qos.logback" % "logback-classic" % "1.5.15" % Test,
14+
"ch.qos.logback" % "logback-classic" % "1.5.16" % Test,
1515
"org.postgresql" % "postgresql" % "42.7.4" % Test
1616
)
1717

0 commit comments

Comments
 (0)