Skip to content

Commit

Permalink
Update logback-classic to 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 1, 2023
1 parent e1ba827 commit 9a91c2c
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 @@ -46,7 +46,7 @@ libraryDependencies ++= {
"commons-io" % "commons-io" % "2.11.0",
"org.apache.jena" % "apache-jena-libs" % "4.6.1" exclude("org.slf4j", "slf4j-log4j12"),
"org.obolibrary.robot" % "robot-core" % "1.8.4" exclude("org.slf4j", "slf4j-log4j12"),
"ch.qos.logback" % "logback-classic" % "1.2.10",
"ch.qos.logback" % "logback-classic" % "1.2.13",
"com.lihaoyi" %% "utest" % "0.8.1" % Test
)
}
Expand Down

0 comments on commit 9a91c2c

Please sign in to comment.