Skip to content

Commit

Permalink
force snappy-java version for CVE-2023-43642
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Oct 3, 2023
1 parent 9b139d6 commit af6fca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ allprojects {
force "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
// The version of picard we depend on brings in an older version of htsjdk, but SequenceAnalysis depends on a later version
force "com.github.samtools:htsjdk:${htsjdkVersion}"
// This is a dependency for HTSJDK. Force to avoid a deserialization problem. Remove once HTSJDK bumps its preferred version
// This is a dependency for HTSJDK. Force to avoid a deserialization problem. Remove once HTSJDK bumps its preferred version.
force "org.xerial.snappy:snappy-java:${snappyJavaVersion}"
// Cloud module brings in earlier versions of this library, so we force the later one
force "org.apache.tika:tika-core:${tikaVersion}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ slf4jLog4j12Version=2.0.7
slf4jLog4jApiVersion=2.0.7

# This is a dependency for HTSJDK. Force to avoid a deserialization problem. Remove once HTSJDK bumps its preferred version
snappyJavaVersion=1.1.10.1
snappyJavaVersion=1.1.10.4

springBootVersion=2.7.16
# This MUST match the Tomcat version dictated by springBootVersion
Expand Down

0 comments on commit af6fca7

Please sign in to comment.