Closed raulcd closed 3 days ago
:warning: GitHub issue #44770 has been automatically assigned in GitHub to PR creator.
@github-actions crossbow submit -g java
Revision: ad603bc0a6eddf2e800d6974e73603ec8a3fabfb
Submitted crossbow builds: ursacomputing/crossbow @ actions-a223b3698c
Not related with this PR but I saw we seem to be using a pretty old bundled version on C++, see:
What is our policy for updating those dependencies? Do we have any? Should we update it? cc @kou
We can update the bundled version.
We don't have our update policy. But we should keep updating dependencies as much as possible for performance and security.
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit ea8b1d3c7666d37a2dc8b7979f88879e033f4c28.
There were no benchmark performance regressions. 🎉
The full Conbench report has more details. It also includes information about 23 possible false positives for unstable benchmarks that are known to sometimes produce them.
Rationale for this change
There seems to be a CVE affecting our current dependency: https://github.com/advisories/GHSA-735f-pc8j-v9w8
What changes are included in this PR?
Update to latest minor which solves the issue.
Are these changes tested?
Via CI
Are there any user-facing changes?
No