Skip to content

Commit 1bae103

Browse files
Update logback-classic to 1.5.18 (#238)
1 parent a87a33d commit 1bae103

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
@@ -28,7 +28,7 @@ lazy val `scala-api` = (project in file("modules/scala-api"))
2828
("org.apache.flink" % "flink-streaming-java" % flinkVersion % Test).classifier("tests"),
2929
"org.typelevel" %% "cats-core" % "2.13.0" % Test,
3030
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
31-
"ch.qos.logback" % "logback-classic" % "1.5.17" % Test
31+
"ch.qos.logback" % "logback-classic" % "1.5.18" % Test
3232
),
3333
libraryDependencies ++= {
3434
if (scalaBinaryVersion.value.startsWith("2")) {

0 commit comments

Comments
 (0)