Skip to content

Commit 9403890

Browse files
authored
CORE-17117: Update version of commons-compress to address CVE-2023-42503 (#1281)
1 parent 2d5c31d commit 9403890

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

data/avro-schema/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ dependencies {
1515
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion") {
1616
because "required until new version of Avro available which updates Jackson"
1717
}
18+
19+
implementation("org.apache.commons:commons-compress:$commonsCompressVersion") {
20+
because "CVE-2023-42503, current version of Avro uses an outdated version"
21+
}
1822
}
1923

2024
implementation platform(project(':corda-api'))

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ slf4jVersion = 1.7.36
4242
# Main implementation dependencies
4343
avroGradlePluginVersion=1.3.0
4444
avroVersion = 1.11.3
45+
commonsCompressVersion = 1.24.0
4546
bouncycastleVersion = 1.73
4647
grgitPluginVersion = 5.2.0
4748
taskTreePluginVersion = 2.1.1

0 commit comments

Comments
 (0)