Skip to content

Commit

Permalink
Merge 23.7 to 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad committed Oct 10, 2023
2 parents 2419c8e + 3de6e24 commit c13ad93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ 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 version for CVE-2023-43642
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}"
// OpenLDAPSync and premium have transitive dependency on a broken version of MINA
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ slf4jLog4j12Version=2.0.7
# this version is forced for compatibility with api, LDK, and workflow
slf4jLog4jApiVersion=2.0.7

# This is a dependency for HTSJDK. Force version for CVE-2023-43642
snappyJavaVersion=1.1.10.4

springBootVersion=2.7.16
# This MUST match the Tomcat version dictated by springBootVersion
# Also, keep this in sync with apacheTomcatVersion above
Expand Down

0 comments on commit c13ad93

Please sign in to comment.