Skip to content

Commit

Permalink
fix CVE for org.eclipse.core.runtime (#2378)
Browse files Browse the repository at this point in the history
Signed-off-by: Mingshi Liu <mingshl@amazon.com>
(cherry picked from commit aa3616d)
  • Loading branch information
mingshl authored and github-actions[bot] committed Apr 30, 2024
1 parent a8456a6 commit fc415da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ buildscript {
dependencies {
classpath "${opensearch_group}.gradle:build-tools:${opensearch_version}"
classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.5"
configurations.all {
resolutionStrategy {
force("org.eclipse.platform:org.eclipse.core.runtime:3.29.0") // for spotless transitive dependency CVE (for 3.26.100)
}
}
}
}

Expand Down

0 comments on commit fc415da

Please sign in to comment.