Skip to content

Commit ffeb302

Browse files
committed
Bump the OSGi dep to fix a CVE in the default one.
1 parent ca1a338 commit ffeb302

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib-extra/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ dependencies {
1818
implementation "com.googlecode.concurrent-trees:concurrent-trees:2.6.1"
1919
// for eclipse
2020
implementation "dev.equo.ide:solstice:${VER_SOLSTICE}"
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.18.500"
2125

2226
// testing
2327
testImplementation projects.testlib

0 commit comments

Comments
 (0)