Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Update logback-classic to 1.4.4 (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: Scala Steward <scala-steward@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and scala-steward committed Oct 23, 2022
1 parent a099c2f commit 098bcee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -75,7 +75,7 @@ lazy val core = project
"org.joda" % "joda-convert" % "2.2.2",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1",
"org.bouncycastle" % "bcprov-jdk16" % "1.46" % "provided",
"ch.qos.logback" % "logback-classic" % "1.4.0" % "test",
"ch.qos.logback" % "logback-classic" % "1.4.4" % "test",
"org.scalatest" %% "scalatest" % "3.2.13" % "test",
) ++ {scalaVersion.value.head match {
case '2' => Seq("org.scala-lang" % "scala-reflect" % scalaVersion.value)
Expand Down Expand Up @@ -108,7 +108,7 @@ def awsProject(service: String) = {
moduleName := s"awscala-$service",
libraryDependencies ++= Seq(
"com.amazonaws" % s"aws-java-sdk-$service" % awsJavaSdkVersion,
"ch.qos.logback" % "logback-classic" % "1.4.0" % "test",
"ch.qos.logback" % "logback-classic" % "1.4.4" % "test",
"org.scalatest" %% "scalatest" % "3.2.13" % "test"
)
)
Expand Down

0 comments on commit 098bcee

Please sign in to comment.