Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib-extra/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
implementation "org.eclipse.platform:org.eclipse.osgi:3.23.100"

// testing
testImplementation projects.testlib
Expand Down
Loading