We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41db8c0 commit d821743Copy full SHA for d821743
build.gradle
@@ -227,7 +227,7 @@ configurations.all {
227
228
force "com.google.guava:guava:32.1.3-jre" // CVE for 31.1
229
force("com.fasterxml.jackson.core:jackson-core:${jacksonVersion}")
230
- 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.33.0" // CVE for < 3.33.0
231
}
232
233
0 commit comments