Skip to content

Commit

Permalink
fix(deps): update dependency org.eclipse.platform:org.eclipse.osgi to…
Browse files Browse the repository at this point in the history
… v3.22.0
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent dbe3d97 commit 82827c4
Showing 1 changed file with 1 addition and 1 deletion.
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.18.500"
implementation "org.eclipse.platform:org.eclipse.osgi:3.22.0"

// testing
testImplementation projects.testlib
Expand Down

0 comments on commit 82827c4

Please sign in to comment.