Skip to content

Commit

Permalink
fix(deps): update dependency org.eclipse.platform:org.eclipse.core.ru…
Browse files Browse the repository at this point in the history
…ntime to v3.31.100

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
  • Loading branch information
mend-for-github-com[bot] authored Jul 25, 2024
1 parent 4f30964 commit edd8c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ configurations {
resolutionStrategy {
force "org.mockito:mockito-core:${versions.mockito}"
force "com.google.guava:guava:33.2.1-jre" // CVE for 31.1
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
}
}
}
Expand Down

0 comments on commit edd8c12

Please sign in to comment.