Skip to content

Commit

Permalink
Updates jline to 3.25.0 to resolve CVE-2023-50572. (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#4020)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Jan 30, 2024
1 parent a255822 commit 8f0268b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ subprojects {
}
because 'CVE from transitive dependencies'
}
implementation('org.jline:jline') {
version {
require '3.25.0'
}
because 'CVE-2023-50572'
}
implementation('org.json:json') {
version {
require '20231013'
Expand Down
6 changes: 6 additions & 0 deletions performance-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ dependencies {
}
because 'Fixes CVE-2023-46122'
}
zinc('org.jline:jline') {
version {
require '3.25.0'
}
because 'CVE-2023-50572'
}
}
}

Expand Down

0 comments on commit 8f0268b

Please sign in to comment.