aglinxinyuan commented on PR #6180: URL: https://github.com/apache/texera/pull/6180#issuecomment-4888347848
Correction to the above — I dropped the `common/workflow-operator/build.sbt` bump. `workflow-compiling-service` depends on `workflow-operator`, and pushing slf4j-api to 2.0.18 there evicted that service's resolved slf4j-api up from 2.0.17 → 2.0.18, which then failed *its* LICENSE-binary check: ``` ~ org.slf4j.slf4j-api: LICENSE-binary=2.0.17 bundled=2.0.18 → update in workflow-compiling-service/LICENSE-binary ``` So the PR now carries only the one required change — `amber/LICENSE-binary-java` claiming `slf4j-api-2.0.18.jar`. That's all `build / amber` needs, and it leaves the downstream platform services untouched. -- 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]
