Skip to content

Commit

Permalink
fix CVE-2023-42503 due to djl models (opensearch-project#2011)
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Zhang <[email protected]>
  • Loading branch information
Zhangxunmt authored and austintlee committed Mar 18, 2024
1 parent e7f9fd6 commit b632f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ subprojects {
configurations.all {
// Force spotless depending on newer version of guava due to CVE-2023-2976. Remove after spotless upgrades.
resolutionStrategy.force "com.google.guava:guava:32.1.2-jre"
resolutionStrategy.force 'org.apache.commons:commons-compress:1.25.0'
}
}

Expand Down

0 comments on commit b632f18

Please sign in to comment.