Skip to content

Commit

Permalink
Merge pull request #3093 from softwaremill/update/logback-classic-1.4.9
Browse files Browse the repository at this point in the history
Update logback-classic to 1.4.9
  • Loading branch information
mergify[bot] authored Aug 5, 2023
2 parents 577da82 + b854ce5 commit dd57469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ val scalaTestPlusScalaCheck = {
}

lazy val loggerDependencies = Seq(
"ch.qos.logback" % "logback-classic" % "1.4.8",
"ch.qos.logback" % "logback-classic" % "1.4.9",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
)

Expand Down Expand Up @@ -1895,7 +1895,7 @@ lazy val openapiCodegenCore: ProjectMatrix = (projectMatrix in file("openapi-cod
"com.47deg" %% "scalacheck-toolbox-datetime" % "0.7.0" % Test,
scalaOrganization.value % "scala-reflect" % scalaVersion.value,
scalaOrganization.value % "scala-compiler" % scalaVersion.value % Test,
"com.beachape" %% "enumeratum" % "1.7.3" % Test,
"com.beachape" %% "enumeratum" % "1.7.3" % Test
)
)
.dependsOn(core % Test, circeJson % Test)
Expand Down

0 comments on commit dd57469

Please sign in to comment.