Skip to content

Commit

Permalink
[Backport 2.x] Force newer version of Eclipse core transitive depende…
Browse files Browse the repository at this point in the history
…ncy (resolves CVE-2023-4218) (opensearch-project#3739)

Backport b72a9cf from opensearch-project#3737.

Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b7df32d commit 84ae193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-hygiene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin # Temurin is a distribution of adoptium
java-version: 11
java-version: 17

- uses: gradle/gradle-build-action@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,9 @@ configurations {
// for spotbugs dependency conflict
force "org.apache.commons:commons-lang3:${versions.commonslang}"

// for spotless transitive dependency CVE
force "org.eclipse.platform:org.eclipse.core.runtime:3.29.0"

// For integrationTest
force "org.apache.httpcomponents:httpclient-cache:4.5.13"
force "org.apache.httpcomponents:httpclient:4.5.13"
Expand Down

0 comments on commit 84ae193

Please sign in to comment.