Skip to content

Commit

Permalink
fix CVE for org.eclipse.core.runtime (#2378) (#2380)
Browse files Browse the repository at this point in the history
Signed-off-by: Mingshi Liu <mingshl@amazon.com>
(cherry picked from commit aa3616d)

Co-authored-by: Mingshi Liu <113382730+mingshl@users.noreply.github.com>
  • Loading branch information
opensearch-trigger-bot[bot] and mingshl authored Apr 30, 2024
1 parent a8456a6 commit af63e5e
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 af63e5e

Please sign in to comment.