bobbai00 opened a new pull request, #4983:
URL: https://github.com/apache/texera/pull/4983
## Summary
Resolves #4974. Refreshes the per-module `LICENSE-binary` files to match the
bundled versions reported by the nightly drift check on `b9bbf0d`. Every entry
stayed in its existing license section, so the refresh is a pure version-string
substitution; **reviewers should still confirm the upstream license has not
changed at the new version.**
Drift covered:
- `frontend/LICENSE-binary` — `lodash` 4.17.23 → 4.18.1
- `amber/LICENSE-binary-java` and the 5 platform services
(`access-control-service`, `config-service`, `file-service`,
`workflow-compiling-service`, `computing-unit-managing-service`) —
`org.checkerframework.checker-qual` 3.42.0 → 3.52.0
- `amber/LICENSE-binary-python` —
- `hf-xet` 1.4.3 → 1.5.0
- `markdown-it-py` 4.0.0 → 4.1.0
- `pydantic` 2.13.3 → 2.13.4
- `pydantic-core` 2.46.3 → 2.46.4
All bumps are transitive, which is why the PR builds (running
`check_binary_deps.py` with `--ignore-transitive-version`) accepted them; only
the nightly strict run flagged the drift.
## Test plan
- [ ] Build matrix is green (PR mode tolerates transitive drift, but the new
versions should still parse cleanly through `check_binary_deps.py`).
- [ ] Reviewer confirms each bumped package's upstream license at the new
version is unchanged from what its current section in `LICENSE-binary` claims.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]