Skip to content

Commit

Permalink
chore: Update logback-classic from 1.4.12 to 1.4.13 (#3387)
Browse files Browse the repository at this point in the history
Co-authored-by: RenkuBot <[email protected]>
  • Loading branch information
RenkuBot and RenkuBot authored Nov 29, 2023
1 parent a1cefb4 commit 333a76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance-tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ publishTo := Some(Resolver.file("Unused transient repository", file("target/unus

val circeVersion = "0.14.6"

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.12"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.13"
libraryDependencies += "com.github.pureconfig" %% "pureconfig" % "0.17.4" % Test
libraryDependencies += "eu.timepit" %% "refined" % "0.11.0" % Test
libraryDependencies += "io.circe" %% "circe-core" % circeVersion % Test
Expand Down

0 comments on commit 333a76c

Please sign in to comment.