Skip to content

Commit

Permalink
dependabot: bump org.eclipse.platform:org.eclipse.core.runtime
Browse files Browse the repository at this point in the history
Bumps [org.eclipse.platform:org.eclipse.core.runtime](https://github.com/eclipse-platform/eclipse.platform) from 3.29.0 to 3.32.0.
- [Commits](https://github.com/eclipse-platform/eclipse.platform/commits)

---
updated-dependencies:
- dependency-name: org.eclipse.platform:org.eclipse.core.runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 926b2e1 commit a93e756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ configurations.all {

force "com.google.guava:guava:32.1.3-jre" // CVE for 31.1
force("com.fasterxml.jackson.core:jackson-core:${jacksonVersion}")
force "org.eclipse.platform:org.eclipse.core.runtime:3.29.0" // CVE for < 3.29.0
force "org.eclipse.platform:org.eclipse.core.runtime:3.32.0" // CVE for < 3.32.0
}
}

Expand Down

0 comments on commit a93e756

Please sign in to comment.