mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-26 21:42:48 +01:00
Update logback-classic to 1.5.1 (#5438)
This commit is contained in:
parent
320773a99c
commit
5ab8da9adc
1 changed files with 5 additions and 4 deletions
|
@ -8,7 +8,7 @@ object Deps {
|
|||
val bouncyCastle = "1.77"
|
||||
val dropwizardMetricsV = "4.2.25" //https://github.com/dropwizard/metrics
|
||||
|
||||
val logback = "1.5.0" //https://github.com/qos-ch/logback
|
||||
val logback = "1.5.1" //https://github.com/qos-ch/logback
|
||||
val log4jV = "1.2.17"
|
||||
|
||||
val logkitV = "20020529"
|
||||
|
@ -124,7 +124,8 @@ object Deps {
|
|||
val akkaTestkit =
|
||||
"org.apache.pekko" %% "pekko-testkit" % V.akkaActorV withSources () withJavadoc ()
|
||||
|
||||
val pekkoGrpc = "org.apache.pekko" %% "pekko-grpc-runtime" % V.akkaStreamv withSources() withJavadoc()
|
||||
val pekkoGrpc =
|
||||
"org.apache.pekko" %% "pekko-grpc-runtime" % V.akkaStreamv withSources () withJavadoc ()
|
||||
|
||||
//https://mvnrepository.com/artifact/org.apache.ant/ant/
|
||||
val ant = "org.apache.ant" % "ant" % V.antV
|
||||
|
|
Loading…
Add table
Reference in a new issue