Skip to content

Commit 34b5318

Browse files
authored
Update dependency org.eclipse.platform:org.eclipse.osgi to v3.24.0 (#2783)
2 parents 41f2663 + 7ef7c48 commit 34b5318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib-extra/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
// the osgi dep is included in solstice, but it has some CVE's against it.
2222
// 3.18.500 is the oldest, most-compatible version with no CVE's
2323
// https://central.sonatype.com/artifact/org.eclipse.platform/org.eclipse.osgi/versions
24-
implementation "org.eclipse.platform:org.eclipse.osgi:3.23.200"
24+
implementation "org.eclipse.platform:org.eclipse.osgi:3.24.0"
2525

2626
// testing
2727
testImplementation projects.testlib

0 commit comments

Comments
 (0)