We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2baab0c commit 519d36cCopy full SHA for 519d36c
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.18.500"
+ implementation "org.eclipse.platform:org.eclipse.osgi:3.23.0"
25
26
// testing
27
testImplementation projects.testlib
0 commit comments