We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe5fa2 commit 85f5088Copy full SHA for 85f5088
build.gradle
@@ -90,7 +90,7 @@ configurations {
90
resolutionStrategy {
91
force "org.mockito:mockito-core:${versions.mockito}"
92
force "com.google.guava:guava:33.0.0-jre" // CVE for 31.1
93
- 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.0") // CVE for < 3.29.0, forces JDK17 for spotless
94
}
95
96
0 commit comments