Skip to content

Commit b9b9952

Browse files
Update logback-classic to 1.5.4
1 parent 2dcb51a commit b9b9952

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
@@ -62,7 +62,7 @@ lazy val core = (project in file("core")).settings(
6262
"org.testcontainers" % "postgresql" % "1.19.7" % "test",
6363
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
6464
mysqlConnectorJ,
65-
"ch.qos.logback" % "logback-classic" % "1.2.+" % "test"
65+
"ch.qos.logback" % "logback-classic" % "1.5.4" % "test"
6666
)
6767
},
6868
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)