Skip to content

Commit

Permalink
[Backport 2.x] Update dependency org.eclipse.platform:org.eclipse.cor…
Browse files Browse the repository at this point in the history
…e.runtime to v3.30.0 (#256)

Update dependency org.eclipse.platform:org.eclipse.core.runtime to v3.30.0 (#255)



(cherry picked from commit 25363f3)

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
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>
Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 5, 2023
1 parent f9b9824 commit 0bf8eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
configurations.all {
resolutionStrategy {
force("com.google.guava:guava:32.1.3-jre") // CVE for 31.1
force("org.eclipse.platform:org.eclipse.core.runtime:3.29.0") // CVE for < 3.29.0
force("org.eclipse.platform:org.eclipse.core.runtime:3.30.0") // CVE for < 3.29.0
force("com.fasterxml.jackson.core:jackson-core:2.16.0") // Dependency Jar Hell
}
}
Expand Down

0 comments on commit 0bf8eb2

Please sign in to comment.