Skip to content

Commit

Permalink
Merge branch 'main' into properties
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpalis committed Mar 12, 2024
2 parents 9625685 + 9cf082e commit 469060a
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 @@ -183,7 +183,7 @@ dependencies {
configurations.all {
resolutionStrategy {
force("com.google.guava:guava:33.0.0-jre") // CVE for 31.1, keep to force transitive dependencies
force("org.eclipse.platform:org.eclipse.core.runtime:3.30.0") // CVE for < 3.29.0
force("org.eclipse.platform:org.eclipse.core.runtime:3.31.0") // CVE for < 3.29.0
force("com.fasterxml.jackson.core:jackson-core:2.16.2") // Dependency Jar Hell
}
}
Expand Down

0 comments on commit 469060a

Please sign in to comment.