Skip to content

Commit

Permalink
Require Apache Avro 1.11.3 to fix CVE-2023-39410. Resolves #3430. (#3695
Browse files Browse the repository at this point in the history
)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Nov 27, 2023
1 parent b8fcffd commit c88c27f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ subprojects {
testImplementation testLibs.hamcrest
testImplementation testLibs.awaitility
constraints {
implementation('org.apache.avro:avro') {
version {
require '1.11.3'
}
because 'Fixes CVE-2023-39410.'
}
implementation('org.apache.httpcomponents:httpclient') {
version {
require '4.5.14'
Expand Down

0 comments on commit c88c27f

Please sign in to comment.