Merge pull request #20033 from antobinary/port-19815

fix(sec): Bump logback-classic (backport)
This commit is contained in:
Anton Georgiev 2024-04-18 13:53:02 -04:00 committed by GitHub
commit b4158cbf14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ object Dependencies {
val akkaHttpVersion = "10.2.7"
val gson = "2.8.9"
val jackson = "2.13.5"
val logback = "1.2.11"
val logback = "1.2.13"
val quicklens = "1.7.5"
val spray = "1.3.6"

View File

@ -14,7 +14,7 @@ object Dependencies {
// Libraries
val akkaVersion = "2.6.17"
val akkaHttpVersion = "10.2.7"
val logback = "1.2.10"
val logback = "1.2.13"
// Apache Commons
val lang = "3.12.0"

View File

@ -11,7 +11,7 @@ object Dependencies {
// Libraries
val netty = "3.2.10.Final"
val logback = "1.2.10"
val logback = "1.2.13"
// Test
val junit = "4.12"