Skip to content

Commit 393af2b

Browse files
fix(deps): update dependency org.eclipse.platform:org.eclipse.core.runtime to v3.32.0
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
1 parent bc1e298 commit 393af2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ configurations {
9595
resolutionStrategy {
9696
force "org.mockito:mockito-core:${versions.mockito}"
9797
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
98+
force("org.eclipse.platform:org.eclipse.core.runtime:3.32.0") // CVE for < 3.29.0, forces JDK17 for spotless
9999
}
100100
}
101101
}

0 commit comments

Comments
 (0)