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.
1 parent 3aef1b4 commit 433c580Copy full SHA for 433c580
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.0"
+ implementation "org.eclipse.platform:org.eclipse.osgi:3.23.100"
25
26
// testing
27
testImplementation projects.testlib
0 commit comments