Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update logback-classic from 1.5.21 to 1.5.22
  • Loading branch information
scala-steward-baeldung[bot] committed Dec 13, 2025
commit d1909638e1720c51be5561dc24258fd0a8eb471b
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val jUnitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.3" % Test
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
val logback = "ch.qos.logback" % "logback-classic" % "1.5.21"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.22"
val embedMongoVersion = "4.21.0"
val AkkaVersion = "2.9.3"
val AlpakkaVersion = "8.0.0"
Expand Down