We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c9f58 commit aec5e93Copy full SHA for aec5e93
build.gradle
@@ -91,7 +91,7 @@ configurations {
91
resolutionStrategy {
92
force "org.mockito:mockito-core:${versions.mockito}"
93
force "com.google.guava:guava:33.0.0-jre" // CVE for 31.1
94
- force("org.eclipse.platform:org.eclipse.core.runtime:3.30.0") // CVE for < 3.29.0, forces JDK17 for spotless
+ force("org.eclipse.platform:org.eclipse.core.runtime:3.31.100") // CVE for < 3.29.0, forces JDK17 for spotless
95
}
96
97
0 commit comments