Skip to content

Commit

Permalink
Remove force upgrade as the resolved version is not CVE impacted
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Jul 10, 2024
1 parent 80c0f7d commit f3c425d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ dependencies {
configurations.all {
resolutionStrategy {
force("com.google.guava:guava:33.2.1-jre") // CVE for 31.1, keep to force transitive dependencies
force("org.eclipse.platform:org.eclipse.core.runtime:3.31.100") // CVE for < 3.29.0
force("com.fasterxml.jackson.core:jackson-core:2.17.2") // Dependency Jar Hell
force("org.apache.httpcomponents.core5:httpcore5:5.2.5") // Dependency Jar Hell
}
Expand Down

0 comments on commit f3c425d

Please sign in to comment.