Skip to content

Commit

Permalink
Update logback-classic to 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scalikejdbc-bot[bot] committed Oct 16, 2024
1 parent 504bc00 commit 11d9f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lazy val core = (project in file("core")).settings(
"org.testcontainers" % "postgresql" % "1.20.2" % "test",
"org.postgresql" % "postgresql" % postgresqlVersion % "test",
mysqlConnectorJ,
"ch.qos.logback" % "logback-classic" % "1.2.+" % "test"
"ch.qos.logback" % "logback-classic" % "1.5.11" % "test"
)
},
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 11d9f1b

Please sign in to comment.