Skip to content

Commit 061f039

Browse files
Update logback-classic to 1.5.16 (#196)
1 parent 84e33e0 commit 061f039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy val `scala-api` = (project in file("modules/scala-api"))
2727
("org.apache.flink" % "flink-streaming-java" % flinkVersion % Test).classifier("tests"),
2828
"org.typelevel" %% "cats-core" % "2.12.0" % Test,
2929
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
30-
"ch.qos.logback" % "logback-classic" % "1.5.15" % Test
30+
"ch.qos.logback" % "logback-classic" % "1.5.16" % Test
3131
),
3232
libraryDependencies ++= {
3333
if (scalaBinaryVersion.value.startsWith("2")) {

0 commit comments

Comments
 (0)