We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1e298 commit 393af2bCopy full SHA for 393af2b
build.gradle
@@ -95,7 +95,7 @@ configurations {
95
resolutionStrategy {
96
force "org.mockito:mockito-core:${versions.mockito}"
97
force "com.google.guava:guava:33.2.1-jre" // CVE for 31.1
98
- 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.32.0") // CVE for < 3.29.0, forces JDK17 for spotless
99
}
100
101
0 commit comments