We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41f2663 + 7ef7c48 commit 34b5318Copy full SHA for 34b5318
lib-extra/build.gradle
@@ -21,7 +21,7 @@ dependencies {
21
// the osgi dep is included in solstice, but it has some CVE's against it.
22
// 3.18.500 is the oldest, most-compatible version with no CVE's
23
// https://central.sonatype.com/artifact/org.eclipse.platform/org.eclipse.osgi/versions
24
- implementation "org.eclipse.platform:org.eclipse.osgi:3.23.200"
+ implementation "org.eclipse.platform:org.eclipse.osgi:3.24.0"
25
26
// testing
27
testImplementation projects.testlib
0 commit comments