Skip to content

Commit 519d36c

Browse files
fix(deps): update dependency org.eclipse.platform:org.eclipse.osgi to v3.23.0 (#2446)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2baab0c commit 519d36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib-extra/build.gradle

+1-1
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.18.500"
24+
implementation "org.eclipse.platform:org.eclipse.osgi:3.23.0"
2525

2626
// testing
2727
testImplementation projects.testlib

0 commit comments

Comments
 (0)