Skip to content

Commit

Permalink
Update to Logback 1.4.14 in performance test and sample app to fix CV…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvenable authored Dec 6, 2023
1 parent 8d7414c commit 3d4d769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ configurations.all {
details.useVersion '10.1.14'
details.because('Fixes CVE-2023-44487')
} else if (details.requested.group == 'ch.qos.logback') {
details.useVersion '1.4.12'
details.useVersion '1.4.14'
details.because('Fixes CVE-2023-6378')
}
}
Expand Down
4 changes: 2 additions & 2 deletions performance-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ dependencies {
constraints {
gatling('ch.qos.logback:logback-classic') {
version {
require '1.4.12'
require '1.4.14'
}
because 'Fixes CVE-2023-6378'
}
gatling('ch.qos.logback:logback-core') {
version {
require '1.4.12'
require '1.4.14'
}
because 'Keeps the version synced with logback-classic.'
}
Expand Down

0 comments on commit 3d4d769

Please sign in to comment.