diff --git a/lib-extra/build.gradle b/lib-extra/build.gradle index b5e1f68a23..4f3d1d7c8f 100644 --- a/lib-extra/build.gradle +++ b/lib-extra/build.gradle @@ -21,7 +21,7 @@ dependencies { // the osgi dep is included in solstice, but it has some CVE's against it. // 3.18.500 is the oldest, most-compatible version with no CVE's // https://central.sonatype.com/artifact/org.eclipse.platform/org.eclipse.osgi/versions - implementation "org.eclipse.platform:org.eclipse.osgi:3.23.100" + implementation "org.eclipse.platform:org.eclipse.osgi:3.23.200" // testing testImplementation projects.testlib