Skip to content

Commit

Permalink
CORE-17117: Update version of commons-compress to address CVE-2023-…
Browse files Browse the repository at this point in the history
…42503, part 2 (#1283)

Ensure that even the plugins will be using most up-to-date version.
  • Loading branch information
vkolomeyko authored Oct 9, 2023
1 parent 931648d commit 397b29e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/avro-schema/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ dependencies {
compileOnly 'org.osgi:osgi.annotation'
}

configurations.all {
resolutionStrategy {
// CVE-2023-42503, current version of Avro uses an outdated version
force "org.apache.commons:commons-compress:$commonsCompressVersion"
}
}

description 'Data Model Definitions'

def generatedAvroDir = layout.buildDirectory.dir('generated-avro')
Expand Down

0 comments on commit 397b29e

Please sign in to comment.